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.
Tool/software: TI C/C++ Compiler
Hi,
I have a static code analysis tool which uses the makefiles generated by CCS to analyse our code.
However, the tool only recognizes the gcc include option "-I".
Code Composer is using "--include_path" for calling TI Compiler tools.
Is there an option to change this behavior to the standard "-I" option?
Thank you
AcRe9 said:Is there an option to change this behavior to the standard "-I" option?
Unfortunately, no.
You could consider writing your own makefiles, and still use CCS to build. For further details, see the Type of Projects part of the Handbook on CCS Project and Build.
Thanks and regards,
-George