Re: GCC version for RTEMS 6?

2022-05-25 Thread Chris Johns
On 25/5/2022 10:44 pm, Kinsey Moore wrote: > On 5/24/2022 17:29, Chris Johns wrote: >> On 24/5/2022 5:01 pm, Sebastian Huber wrote: >>> On 24/05/2022 08:43, Sebastian Huber wrote: On 24/05/2022 02:32, Chris Johns wrote: > On 6/5/2022 4:16 pm, Sebastian Huber wrote: >>> - aarch64 bsps >

Re: Issues building QEMU on Ubuntu

2022-05-25 Thread Karel Gardas
On 5/25/22 19:34, Ryan Long wrote: On 5/24/2022 5:32 PM, Chris Johns wrote: On 25/5/2022 12:47 am, Ryan Long wrote: When building QEMU it goes through the entire build and it looks like it passes, but it is failing. The only error that Joel and I saw in the output was this Found ninja-1.10.

[PATCH] devel/spike-1.0.0: bump hash

2022-05-25 Thread Ryan Long
Bump the hash of spike to match the 1.1.0 release Closes #4660 --- bare/config/devel/spike-1.1.0.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bare/config/devel/spike-1.1.0.cfg b/bare/config/devel/spike-1.1.0.cfg index 644b754..73cf3c2 100644 --- a/bare/config/devel

Re: Issues building QEMU on Ubuntu

2022-05-25 Thread Ryan Long
On 5/24/2022 5:32 PM, Chris Johns wrote: On 25/5/2022 12:47 am, Ryan Long wrote: When building QEMU it goes through the entire build and it looks like it passes, but it is failing. The only error that Joel and I saw in the output was this Found ninja-1.10.1 at /usr/bin/ninja + LD_LIBRARY_PATH=

Re: GCC version for RTEMS 6?

2022-05-25 Thread Kinsey Moore
On 5/24/2022 17:29, Chris Johns wrote: On 24/5/2022 5:01 pm, Sebastian Huber wrote: On 24/05/2022 08:43, Sebastian Huber wrote: On 24/05/2022 02:32, Chris Johns wrote: On 6/5/2022 4:16 pm, Sebastian Huber wrote: - aarch64 bsps These BSPs generated lots of warnings in the testsuite due to t

[PATCH 0/1] Improve test sppps01

2022-05-25 Thread Gabriel Moyano
The test that verifies if the default wait() handler is improved by checking with and without timeout. Gabriel Moyano (1): sppps01: Improve default handler test testsuites/sptests/sppps01/init.c | 6 ++ 1 file changed, 6 insertions(+) -- 2.25.1 _

[PATCH 1/1] sppps01: Improve default handler test

2022-05-25 Thread Gabriel Moyano
--- testsuites/sptests/sppps01/init.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/testsuites/sptests/sppps01/init.c b/testsuites/sptests/sppps01/init.c index 850c21f1f2..996a3a1e16 100644 --- a/testsuites/sptests/sppps01/init.c +++ b/testsuites/sptests/sppps01/init.c @@ -66,6 +66,12

Re: [rtems-libbsd commit] Implement portable kernel symbol namespace tool

2022-05-25 Thread Chris Johns
On 25/5/2022 4:22 pm, Sebastian Huber wrote: > On 02/09/2021 04:43, Chris Johns wrote: >> Module:    rtems-libbsd >> Branch:    6-freebsd-12 >> Commit:    59f652fe881de4a170d4916d148fe72f33e35ef2 >> Changeset:http://git.rtems.org/rtems-libbsd/commit/?id=59f652fe881de4a170d4916d148fe72f33e35ef2 >> >