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.

Compiler/TM4C1294NCPDT: Unable to link in object from new file

Part Number: TM4C1294NCPDT

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?