Re: arm (bsp=xilinx_zynq_a9_qemu ) task in 'testsuites/fstests/fsdosfsname01.exe' failed

2022-03-19 Thread Sebastian Huber
On 19/03/2022 17:20, Joel Sherrill wrote: Sebastian found this and is working on it. Newlib had a lot of work on its build system and this broke. Hopefully he will weigh in with status I sent a patch do the Newlib mailing list and wait for approval. -- embedded brains GmbH Herr Sebastian HUBE

Re: arm (bsp=xilinx_zynq_a9_qemu ) task in 'testsuites/fstests/fsdosfsname01.exe' failed

2022-03-19 Thread Joel Sherrill
Sebastian found this and is working on it. Newlib had a lot of work on its build system and this broke. Hopefully he will weigh in with status On Sat, Mar 19, 2022, 10:54 AM Heinz Junkes wrote: > Waf: Leaving directory > `/home/rtems/ARM_TST/kernel/build/arm/xilinx_zynq_a9_qemu' > Build failed

arm (bsp=xilinx_zynq_a9_qemu ) task in 'testsuites/fstests/fsdosfsname01.exe' failed

2022-03-19 Thread Heinz Junkes
Waf: Leaving directory `/home/rtems/ARM_TST/kernel/build/arm/xilinx_zynq_a9_qemu' Build failed -> task in 'testsuites/fstests/fsdosfsname01.exe' failed with exit status 1 (run with -v to display more information) [1714/4241] Linking build/arm/xilinx_zynq_a9_qemu/testsuites/fstests/mimfs_fsperm

Re: [PATCH] GDB: Prefer Python 3 over 2

2022-03-19 Thread Sebastian Huber
On 18/03/2022 22:56, Chris Johns wrote: On 19 Mar 2022, at 2:40 am, Sebastian Huber wrote: On 17/03/2022 12:51, Sebastian Huber wrote: This fixes the build of a recent GDB version: gdb/python/py-micmd.c: In function 'int micmdpy_uninstall_command(micmdpy_object*)': gdb/python/py-micmd.c

Re: [PATCH] shell: Avoid potential stack corruption

2022-03-19 Thread Sebastian Huber
On 19/03/2022 08:31, Chris Johns wrote: On 15 Mar 2022, at 5:27 pm, Sebastian Huber wrote: The rtems_shell_init() passed the address of a stack variable (exit_code) to rtems_shell_run(). If wait == false, then the stack variable goes out of scope but may be accessed by the created shell thre

Re: [PATCH] shell: Avoid potential stack corruption

2022-03-19 Thread Chris Johns
> On 15 Mar 2022, at 5:27 pm, Sebastian Huber > wrote: > > The rtems_shell_init() passed the address of a stack variable > (exit_code) to rtems_shell_run(). If wait == false, then the stack > variable goes out of scope but may be accessed by the created shell > thread. > > The rtems_shell_sc

Re: [PATCH] thread.hpp: Fix redefinition of default argument

2022-03-19 Thread Chris Johns
Ok to push Thanks Chris > On 19 Mar 2022, at 2:16 am, Sebastian Huber > wrote: > > A default argument shall be defined only once. > > Close #4632. > --- > cpukit/include/rtems/thread.hpp | 32 ++-- > 1 file changed, 14 insertions(+), 18 deletions(-) > > diff --git