[PATCH] config: Create a config directory and move the RTEMS arch/bsp data to it.

2018-10-01 Thread chrisj
From: Chris Johns Closes #3536 --- {tester/rtems => config}/rtems-bsps-arm.ini | 0 {tester/rtems => config}/rtems-bsps-bfin.ini | 0 {tester/rtems => config}/rtems-bsps-epiphany.ini | 0 {tester/rtems => config}/rtems-bsps-i386.ini | 0 {tester/rtems => config}/rtems-bsps-l

Re: [PATCH 11/25] Merge sapi/Makefile.am into cpukit/Makefile.am

2018-10-01 Thread Chris Johns
On 01/10/2018 15:52, Sebastian Huber wrote: > On 25/09/2018 07:58, Chris Johns wrote: >> On 25/09/2018 15:30, Sebastian Huber wrote: >>> On 25/09/2018 00:27, Chris Johns wrote: >>> We would have to go from the symbol to the ELF file to the DWARF info >>> of the >>> compilation unit. >>

Re: No program named Python

2018-10-01 Thread Chris Johns
On 02/10/2018 09:08, Joel Sherrill wrote: > > It could be a system administration issue I don't know how to resolve yet but > during recent Kick Starts, both Ubuntu abd msys2 have ended up with no program > named python. There can be a python2.x or python3.x. On Ubuntu, I hacked and > symlinked py

No program named Python

2018-10-01 Thread Joel Sherrill
Hi It could be a system administration issue I don't know how to resolve yet but during recent Kick Starts, both Ubuntu abd msys2 have ended up with no program named python. There can be a python2.x or python3.x. On Ubuntu, I hacked and symlinked python2.x to python. This didn't work on msys2. Gi

[PATCH] rtems: Add rtems_task_exit()

2018-10-01 Thread Sebastian Huber
Update #3533. --- cpukit/include/rtems/rtems/tasks.h | 2 ++ cpukit/rtems/Makefile.am | 1 + cpukit/rtems/src/taskexit.c | 38 testsuites/sptests/spthreadlife01/init.c | 28 +-- 4 files changed, 67 insertions

Re: [PATCH 11/25] Merge sapi/Makefile.am into cpukit/Makefile.am

2018-10-01 Thread Vijay Kumar Banerjee
On Mon, 1 Oct 2018 at 11:22, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 25/09/2018 07:58, Chris Johns wrote: > > On 25/09/2018 15:30, Sebastian Huber wrote: > >> On 25/09/2018 00:27, Chris Johns wrote: > >> We would have to go from the symbol to the ELF file to the DWARF