[PATCH] Clearly mark SMP support as experimental in 4.11

2016-01-10 Thread Sebastian Huber
--- aclocal/enable-smp.m4| 10 +++--- c/src/aclocal/enable-smp.m4 | 10 +++--- cpukit/aclocal/enable-smp.m4 | 10 +++--- doc/user/smp.t | 10 +- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/aclocal/enable-smp.m4 b/aclocal/enable-smp.m4

Re: Rtems-test cortex-m3

2016-01-10 Thread Sebastian Huber
On 08/01/16 17:41, Aurelio Remonda wrote: 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-

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

2016-01-10 Thread Sebastian Huber
On 11/01/16 02:03, Chris Johns wrote: On 08/01/2016 20:05, Sebastian Huber wrote: I am not sure what you mean with "Check the command wrappers and add '.' tothe system path, eg rtems-tester.". The command wrapper is: https://git.rtems.org/rtems-tools/tree/tester/rtems-test and does adding

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

2016-01-10 Thread Chris Johns
On 08/01/2016 20:05, Sebastian Huber wrote: I am not sure what you mean with "Check the command wrappers and add '.' tothe system path, eg rtems-tester.". The command wrapper is: https://git.rtems.org/rtems-tools/tree/tester/rtems-test and does adding '.' fix the problem? I am not sure if

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

2016-01-10 Thread Chris Johns
On 08/01/2016 20:10, Sebastian Huber wrote: Can you print the type of 'c'? This implies the input stream on Windows is binary in this case and not text and so the stream is ints. I suspect the fix here is more complicated if the data is some form of unicode format. I suppose the str()