Jeff Johnson pushed the patch to newlib. The github mirrored it after a
while. I bumped the hash in the RSB.
This should be ok now.
How often does the github mirroring of gcc, newlib, etc run?
On Mon, Sep 26, 2022 at 3:53 PM Joel Sherrill wrote:
> I'm not sure what triggers the newlib mirror t
I'm not sure what triggers the newlib mirror to update on github. When it's
up to date, I'm ready to update rteems-source-builder.
Sebastian.. what's the trigger?
--joel
On Mon, Sep 26, 2022 at 1:08 PM Joel Sherrill wrote:
>
>
> On Mon, Sep 26, 2022, 1:51 PM Sebastian Huber <
> sebastian.hu...
On Mon, Sep 26, 2022, 1:51 PM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 26/09/2022 18:58, Markus Moessner wrote:
> >>> The second one is triggered by the function getrusage in
> rtemsbsd/include/bsd/sys/ressource.h.
> >>> There is a another declaration in include/sys/ressou
On 26/09/2022 18:58, Markus Moessner wrote:
The second one is triggered by the function getrusage in
rtemsbsd/include/bsd/sys/ressource.h.
There is a another declaration in include/sys/ressource.h provided with the
toolchain.
Now, one has C Linkage the other one C++ Linkage which leads to a con
Am 26.09.2022 um 18:58 schrieb Markus Moessner:
The second one is triggered by the function getrusage in
rtemsbsd/include/bsd/sys/ressource.h.
There is a another declaration in include/sys/ressource.h provided with the
toolchain.
Now, one has C Linkage the other one C++ Linkage which leads t
>>
>> The second one is triggered by the function getrusage in
>> rtemsbsd/include/bsd/sys/ressource.h.
>> There is a another declaration in include/sys/ressource.h provided with the
>> toolchain.
>> Now, one has C Linkage the other one C++ Linkage which leads to a conflict.
>> I ve simply mad
Hello,
On 25/09/2022 22:08, kho237...@gmx.de wrote:
From: kaidoho
Dear all, I am using the latest RTEMS 6 tools and sources. When building a C++
application including libbsd I receive two errors from GCC.
thanks for your patches. Could you please change your Git configuration
so that your f
From: kaidoho
Dear all, I am using the latest RTEMS 6 tools and sources. When building a C++
application including libbsd I receive two errors from GCC.
The first one complains about the macro BITSET_DEFINE within
freebsd/sys/sys/_domainset.h. I think this relates to a patch "sys/bitset.h:
re