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!