Re: Rtems-test cortex-m3

2016-01-08 Thread Aurelio Remonda
Thanks for your answers! I am running the tests for realview_pbx_a9_qemu for the moment. I have a few questions if you don't mind With the git repository version of rtems ./rtems-test --log=realview_pbx_a9_qemu --rtems-bsp=realview_pbx_a9_qemu --rtems-tools=/home/aurelio-remonda/rtems_a9/install /

Re: [PATCH 1/2] score: Introduce Thread_Entry_information

2016-01-08 Thread Gedare Bloom
On Fri, Jan 8, 2016 at 9:39 AM, Sebastian Huber wrote: > On 08/01/16 15:37, Sebastian Huber wrote: >> >> diff --git a/cpukit/score/include/rtems/score/thread.h >> b/cpukit/score/include/rtems/score/thread.h >> index 6e937e3..37f9f4b 100644 >> --- a/cpukit/score/include/rtems/score/thread.h >> +++

Re: [PATCH 1/2] score: Introduce Thread_Entry_information

2016-01-08 Thread Sebastian Huber
On 08/01/16 15:37, Sebastian Huber wrote: diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 6e937e3..37f9f4b 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -89,16 +89,6 @@ extern "C"

[PATCH 2/2] score: Simplify _Thread_Start()

2016-01-08 Thread Sebastian Huber
--- cpukit/posix/src/pthreadcreate.c | 2 +- cpukit/rtems/src/taskstart.c | 2 +- cpukit/score/include/rtems/score/threadimpl.h | 6 +- cpukit/score/src/threadcreateidle.c | 31 +-- cpukit/score/src/threadstart.c

[PATCH 1/2] score: Introduce Thread_Entry_information

2016-01-08 Thread Sebastian Huber
This avoids potential dead code in _Thread_Handler(). It gets rid of the dangerous function pointer casts. Update #2514. --- c/src/lib/libbsp/arm/gdbarmsim/include/bsp.h | 2 +- .../lib/libbsp/epiphany/epiphany_sim/include/bsp.h | 2 +- c/src/lib/libbsp/i386/pc386/include/bsp.h

Re: [PATCH 1/2] rtemstoolkit: Python 3 compatibility

2016-01-08 Thread Sebastian Huber
On 08/01/16 10:03, Chris Johns wrote: On 8/01/2016 7:50 PM, Sebastian Huber wrote: On 08/01/16 08:00, Sebastian Huber wrote: --- rtemstoolkit/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtemstoolkit/execute.py b/rtemstoolkit/execute.py index 4125182..03

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Sebastian Huber
On 08/01/16 09:56, Chris Johns wrote: On 8/01/2016 7:49 PM, Sebastian Huber wrote: > > >On 08/01/16 09:45, Chris Johns wrote: >>On 8/01/2016 7:41 PM, Sebastian Huber wrote: >>> > >>> >It seems that Python (python.org and msys2) on Windows has no implict >>> >current directory import path. We

Re: [PATCH 1/2] rtemstoolkit: Python 3 compatibility

2016-01-08 Thread Chris Johns
On 8/01/2016 7:50 PM, Sebastian Huber wrote: > On 08/01/16 08:00, Sebastian Huber wrote: >> --- >> rtemstoolkit/execute.py | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/rtemstoolkit/execute.py b/rtemstoolkit/execute.py >> index 4125182..0344e51 100755 >> --- a/rtems

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Chris Johns
On 8/01/2016 7:49 PM, Sebastian Huber wrote: > > > On 08/01/16 09:45, Chris Johns wrote: >> On 8/01/2016 7:41 PM, Sebastian Huber wrote: >>> > >>> >It seems that Python (python.org and msys2) on Windows has no implict >>> >current directory import path. We used exactly this approach for the >>> >

Re: [PATCH 1/2] rtemstoolkit: Python 3 compatibility

2016-01-08 Thread Sebastian Huber
On 08/01/16 08:00, Sebastian Huber wrote: --- rtemstoolkit/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtemstoolkit/execute.py b/rtemstoolkit/execute.py index 4125182..0344e51 100755 --- a/rtemstoolkit/execute.py +++ b/rtemstoolkit/execute.py @@ -177,7 +177,7

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Sebastian Huber
On 08/01/16 09:45, Chris Johns wrote: On 8/01/2016 7:41 PM, Sebastian Huber wrote: > >It seems that Python (python.org and msys2) on Windows has no implict >current directory import path. We used exactly this approach for the >rtems_waf module previously. > Then I suggest this is added. Check

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Chris Johns
On 8/01/2016 7:41 PM, Sebastian Huber wrote: > > It seems that Python (python.org and msys2) on Windows has no implict > current directory import path. We used exactly this approach for the > rtems_waf module previously. > Then I suggest this is added. Check the command wrappers and add '.' to t

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Sebastian Huber
On 08/01/16 09:23, Chris Johns wrote: On 8/01/2016 6:00 PM, Sebastian Huber wrote: >--- > rtemstoolkit/options.py | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py >index 132445e..a5318fa 100644 >--- a/rtem

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Chris Johns
On 8/01/2016 6:00 PM, Sebastian Huber wrote: > --- > rtemstoolkit/options.py | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py > index 132445e..a5318fa 100644 > --- a/rtemstoolkit/options.py > +++ b/rtemstoo

[PATCH] RSB fix host argument to waf for Cxc builds

2016-01-08 Thread Mario Gruber
--- rtems/config/tools/rtems-tools-common-1.cfg | 2 +- rtems/config/tools/rtems-tools-git-1.cfg| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-common-1.cfg b/rtems/config/tools/rtems-tools-common-1.cfg index 60aa5c1..ae88021 100644 --- a/