C++ in embedded studio

Is there any way C++ can be used in Embedded studio? I can't even seem to import any C++ library

Parents Reply
  • As explained by Rune, Nordic does not support running C++, at least for the nRF5 SDK and SEGGER Embedded Studio (SES).

    The community answer by grzegorz is for the Makefile setup, provided in the armgcc folder of the SDK example.

    For SES, you will have to find the equivalent options in the project settings.

    My guess is that it is the one shown in the following screenshot.
    Since we do not support C++, I am/will be unable to spend further effort into investigating it.

Children
No Data
Related