This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CCSTUDIO: Changing an example project to c++

Part Number: CCSTUDIO
Other Parts Discussed in Thread: CC1310

Tool/software: Code Composer Studio

I am trying to take an example project, specifically rfEchoTx (NoRTOS) which I can build fine, and convert it to a c++ based project.  I can successfully change some files to cpp (like rfEchoTx.c to rfEchoTx.cpp) if I make an associated header and call out extern "c", but I cant seem to change the main_nortos.c to main_nortos.cpp it gives me unresolved symbol errors for things like NoRTOS_start(), but the nortos.h isnt rapped in cpluscplus defines like other TI code is.  Can someone help me out? Thanks!