Tool/software: Code Composer Studio
Dear all,
I have got an issue with Code Composer Studio (7.4.0) and CGT 18.1.1.LTS.
In my project I need to define a global symbol named "PROJ_CONF_H" which contains the name of a file named "Motor_project.h" with lots of "#define" directives to be included to my project.
I'm using the "Predefined Symbols" dialog of CCS project properties.
So far, it works fine.
But some of the symbols which are defined within the "Motor_project.h" file are not available at my project sources, so compilation fails.
If I define the relevant symbol also in the "predefined symbols" dialog, compilation works fine, but for re-use of the code this is not my prefered solution.
Do you have a suggestion what's going wrong here?
Is there a possibility to see, which symbols are defined when compiling the sourcs of the project?
Thanks a lot in advance for any help!
Jonas