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.

Code Composer and --include_path directive

Hi,

I am using Code Composer Studio and cl2000 compiler besides Cantata++. The TI compiler seems to support directives about include directories according to -I"source dir" alternatively --include_path="source dir". Code Composer Studio IDE seems to prefer the --include_path="source dir" variant. This is a problem for me since I have a Cantata++ wrapper around the compiler which do not support that format. Is there some configuration of CCS that I can do to change the prefered output to the makefile to -I"source dir"?

Regards

Ola