This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C++ STL on nRF52840

Hello,

I am trying to create a simple application using C++ 17 on nRF52840.

I use VS Code and CMake-based project settings.

I am able to use latest language features, but the compiler is not able to find STL headers (like vector, array, etc.)

Is there any settings I have to choose in Kconfig or in CMakeLists?

Thanks,

Alex

Related