Tool/software: TI C/C++ Compiler
I'm new to CCS 7, I have some mixed code files (C/C++) that I would like to compile together. At the moment the mixed code is compiling and creating .obj files for all source files. However, the application is failing to link. (null unresolved symbols). . I am assuming that i need to force the C++ compiler, but am not sure how to proceed.
1. How do i force the C++ compiler / linker
2. do I need to use the C++ compiler or is there some other trick to getting the code to link?
3. Is there a simple how to for having mixed compile and link?