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