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/66AK2G02: How to make CCS v6 use g++ for .cpp files and gcc for .c files?

Part Number: 66AK2G02

Tool/software: Code Composer Studio

When adding some C++ to a project, it's typical to compile .cpp files with g++ and .c files with gcc.  We used CCS 5 for a long time with Linux on the ARM (L137) and this all worked great.

Now we are using TI-RTOS on the ARM of the K2G.  I was able to hand set the command for a .cpp file to g++ and with the linker also set to g++, this works.  But do I have to do this by hand for every file?