Tool/software: Code Composer Studio
Hello,
I would like to manage the compiler used in CCS in configuration. But to do this, I need to automatically select this compiler located in my working directory in CCS. This will ensure that the compilation result will be always the same.
Is it possible to script the compiler selection under CCS with CCS scripting for example (debug server scripting or other...)?
Otherwise, I identified some configuration files (ccs.properties and com.ti.common.project.core.prefs) which I could patched to make sure to select the compiler I manage in configuration and not a compiler installed in the ti directory. Can I simply patch this two files to select the right compiler?
Thanks in advance