does uCLinux supports C++11?

117 Views Asked by At

I am trying to use STM32F4 Discovery board with uCLinux BSP. Is it possible to create an application that uses C++11 function calls? For example : STL, lambda, etc

1

There are 1 best solutions below

0
On

You most likely have a GCC based toolchain for that BSP. Lookup which version of GCC is available there. Compare it with this table. https://gcc.gnu.org/projects/cxx-status.html