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
---
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
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
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