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.

Starterware C++ compiler



I am using CCS5, Starterware for evm3358.

I can build and run application and demo, Is it possible to add C++ code with Ti compiler?

Is there any exmaple or application with CCS, Gnu compiler ?

  • Seems to be more a question for the ARM-compiler-forum but yes, you can do C++ with this compiler too. But please note: mixing C and C++ will cause troubles when linking, so you need to do C++ exclusively (or do some dirty tricks).