Re: RTEMS-specific Newlib patches for aarch64

2022-04-22 Thread Kinsey Moore
On 4/22/2022 07:28, Sebastian Huber wrote: On 17/03/2022 13:30, Kinsey Moore wrote: On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o

Re: RTEMS-specific Newlib patches for aarch64

2022-04-22 Thread Sebastian Huber
On 17/03/2022 13:30, Kinsey Moore wrote: On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10: fatal

Re: RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Kinsey Moore
On 3/17/2022 10:43, Sebastian Huber wrote: On 17/03/2022 16:40, Kinsey Moore wrote: with current newlib (ed32020) This is not the current Newlib. There are a couple of build system patches on top of it. I guess the problem is that one location in the patch uses #include <...> and not

Re: RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Sebastian Huber
On 17/03/2022 16:40, Kinsey Moore wrote: with current newlib (ed32020) This is not the current Newlib. There are a couple of build system patches on top of it. I guess the problem is that one location in the patch uses #include <...> and not #include "...'. -- embedded brains GmbH Herr

Re: RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Kinsey Moore
On 3/17/2022 07:30, Kinsey Moore wrote: On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10: fatal

Re: RTEMS-specific Newlib patches for aarch64

2022-03-17 Thread Kinsey Moore
On 3/17/2022 05:00, Sebastian Huber wrote: Hello, the current Newlib build fails for aarch64 due to RTEMS-specific patches:   CC   libc/string/libc_a-wcscmp.o ../../../gnu-mirror-gcc-0f001dd/newlib/libc/machine/aarch64/setjmp.S:29:10: fatal error: ../asmdefs.h: No such file or directory