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