rtems-record-lttng live support

2021-01-04 Thread Ryan Long
Hi, Can rtems-record-lttng provide a live feed of traces? Thanks, Ryan ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 1/3] prepared patch

2021-01-04 Thread Sebastian Huber
Hello Robin, On 04/01/2021 16:10, Robin.Mueller wrote: I added the weak attribute to some configuration structs so users can can supply their own configuration structs (otherwise I got redeclaration linker errors). I moved the configuration structures to separate files. This should avoid the u

Why do threads start execution from _Thread_Handler?

2021-01-04 Thread Richi Dubey
Hi, I am debugging a code (tm24 ) and there is a scenario where a thread is blocked on the CPU and a new thread has to start executing in its place. So, the thread which is getting blocked (executing thread) executes the _Thread_Do_

Re: [PATCH 1/3] prepared patch

2021-01-04 Thread Robin Müller
Patch can also be found here: https://devel.rtems.org/ticket/4209#comment:3 Kind Regards Robin On Mon, 4 Jan 2021 at 16:12, Robin.Mueller wrote: > I added the weak attribute to some configuration structs so users can can > supply their own configuration > structs (otherwise I got redeclaration

[PATCH 1/3] prepared patch

2021-01-04 Thread Robin.Mueller
I added the weak attribute to some configuration structs so users can can supply their own configuration structs (otherwise I got redeclaration linker errors). --- bsps/arm/stm32h7/console/console-usart3.c | 23 ++- bsps/arm/stm32h7/include/stm32h7xx_hal_conf.h | 8 +++ b

Re: GCC 11 Ada requires

2021-01-04 Thread Joel Sherrill
On Mon, Jan 4, 2021, 4:03 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > the GCC 11 Ada requires : > > /tmp/sh/src/rsb/rtems/build/sparc-rtems7-gcc-2e96eec-newlib-415fdd4-x86_64-linux-gnu-1/gnu-mirror-gcc-2e96eec/gcc/ada/s-oscons-tmplt.c:125:10: > > fatal error: poll.

GCC 11 Ada requires

2021-01-04 Thread Sebastian Huber
Hello, the GCC 11 Ada requires : /tmp/sh/src/rsb/rtems/build/sparc-rtems7-gcc-2e96eec-newlib-415fdd4-x86_64-linux-gnu-1/gnu-mirror-gcc-2e96eec/gcc/ada/s-oscons-tmplt.c:125:10: fatal error: poll.h: No such file or directory   125 | #include   |  ^~~~ I think we should move thi