Hello Juan, I provided the patches for leon3/qemu and also sent them to the qemu list. They were not merged and I had no time to follow it up. If you would be willing to do this it would be great. Jiri.___
devel mailing list
devel@rtems.org
http://lists.
Using this answer from Stack Overflow:
https://stackoverflow.com/questions/46980383/how-to-determine-what-c-standard-is-the-default-for-a-c-compiler
I was able to determine the default std the arm-rtems5-g++ cross compiler
(based off of GCC 7.3) is using GNU++14 (C++14) by printing out the
__