This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

how to Use C++ in the NORDIC SDK

Inorder to create a c++ wrapper in nordic SDK , i have to change the Makefile so that it can compile both C++ and C. in the example the makefile already has gcc added but c++ is files are not compiling.
I tried this C++ wrapper example on the link below. devzone.nordicsemi.com/.../

Related