Re: Problem running RTEMS on raspberrypi3

2019-12-18 Thread Niteesh
Yes, I did try that but still, it doesn't work. I don't have any other pi's with me, maybe let's wait for someone to try it out on any older models. On Wed, Dec 18, 2019 at 2:06 AM Christian Mauderer wrote: > That handler doesn't look like an RTEMS handler. So it failed at a very > early stage.

Re: What should confdefs.h do if CONFIGURE_INIT is not defined?

2019-12-18 Thread Sebastian Huber
On 18/12/2019 05:57, Chris Johns wrote: On 18/12/19 1:28 am, Sebastian Huber wrote: On 17/12/2019 15:13, Joel Sherrill wrote: Now I generally recommend putting RTEMS configuration and an init task to start RTEMS services in a dedicated file and invoking main() to start the application. There ar

[PATCH] c-user: Remove Ada configuration options

2019-12-18 Thread Sebastian Huber
Close #3845. --- c-user/configuring_a_system.rst | 132 +++- 1 file changed, 34 insertions(+), 98 deletions(-) diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst index 6e680c2..18cbd32 100644 --- a/c-user/configuring_a_system.rst +++

[PATCH] config: Remove Ada configuration options

2019-12-18 Thread Sebastian Huber
Update #3845. --- cpukit/include/rtems/confdefs.h | 80 ++--- 1 file changed, 18 insertions(+), 62 deletions(-) diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h index f4ada7ead4..ae0c9874a6 100644 --- a/cpukit/include/rtems/confdef

Re: [PATCH] tester: Prefer '_' as test state separator char

2019-12-18 Thread Sebastian Huber
Hello Chris, if this change is all right for you I would push it and update the RSB to pick up the recent fixes in the tools. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebas

Re: [rtems-tools] record does not compile with llvm9

2019-12-18 Thread Christian Mauderer
On 18/12/2019 07:04, Sebastian Huber wrote: > On 17/12/2019 15:48, l...@c-mauderer.de wrote: >> It compiles on llvm9 but I didn't test it on llvm7 or 8. Beneath that >> it's an untested change. > > It works on llvm7. Please check it in. > Thanks. I pushed it.