Re: NTP client recommendation for RTEMS?

2022-03-21 Thread Sebastian Huber
On 21/03/2022 22:28, Chris Johns wrote: On 21/3/2022 5:59 pm, Sebastian Huber wrote: On 20/03/2022 23:08, Chris Johns wrote: On 24/2/2022 2:03 am, Sebastian Huber wrote: On 22/02/2022 21:25, Joel Sherrill wrote: On Tue, Feb 22, 2022, 1:45 PM Sebastian Huber mailto:sebastian.hu...@embedded-bra

GMP error when building aarch64-rtems-gcc on Mingw64

2022-03-21 Thread Ryan Long
While building gcc, arg3nexwm1 fails. The error follows In file included from ../../../gnu-mirror-gcc-348fb9d/gmp/gmp-impl.h:146, from fib_table.c:4: ../fib_table.h:4:1: warning: data definition has no type or storage class     4 | Error, error, this data is for 32 bits   | ^

Re: NTP client recommendation for RTEMS?

2022-03-21 Thread Chris Johns
On 21/3/2022 5:59 pm, Sebastian Huber wrote: > On 20/03/2022 23:08, Chris Johns wrote: >> On 24/2/2022 2:03 am, Sebastian Huber wrote: >>> On 22/02/2022 21:25, Joel Sherrill wrote: On Tue, Feb 22, 2022, 1:45 PM Sebastian Huber >>> > wrote: >

[PATCH] testsuites/samples: Change printed statement in the hello example (GSoC)

2022-03-21 Thread Mahmoud Abumandour
This is the getting started requirement to be considered for GSoC 2022. --- testsuites/samples/hello/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 34ded37c55..c097c36e35 100644 --- a/testsuites/sam