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.

CXXFLAGS in CCSV5.2

Hi,

    I'm using C5505 and programming with TI's CCSv5.2. 

  I've C++ project with make file while importing this project i'm getting errors but same source code working on Ubuntu system with CXXFLAG on make file.

 CXXFLAGS are -fno-exceptions -fno-rtti -fno-stack-protector -fPIC 

How to add this C++ compiler flags with CCSv5?