Gaisler patches qemu leon3

2019-01-04 Thread Juan Rafael García Blanco
Hi, Gaisler provided some patches to make Rtems run on Qemu Leon 3, and they were tested to some extent [0]. However, I do not seem them merged into Qemu master; they no longer apply as they are in fact. Has someone any information on the status of this? I can see that the AdaCore fork of Qemu

[PATCH] 6: Add unstable RTEMS 6 tool chain

2019-01-04 Thread Sebastian Huber
--- rtems/config/6/rtems-aarch64.bset | 4 rtems/config/6/rtems-all.bset | 19 + rtems/config/6/rtems-arm.bset | 4 rtems/config/6/rtems-autotools-base.bset | 9 rtems/config/6/rtems-autotools-in

arm-rtems5-g++ -std=c++11 and -std=c++0x support

2019-01-04 Thread Misra, Avinash
Hi, Does the RTEMS 5 ARM G++ Cross Compiler support the -std flag? I've tried using -std=c++0x and -std=c++11 and both times I have gotten errors with type definitions in the standard includes. If the arm-rtems5-g++ cross compiler doesn't support specifying which c++ standard to use then which

Re: arm-rtems5-g++ -std=c++11 and -std=c++0x support

2019-01-04 Thread Mikhail Svetkin
Hi, RTEMS supports only GNU extensions. You can use -std=gnu++11 > On 4 Jan 2019, at 22:09, Misra, Avinash wrote: > > Hi, > > Does the RTEMS 5 ARM G++ Cross Compiler support the –std flag? I’ve tried > using –std=c++0x and –std=c++11 and both times I have gotten errors with type > definiti