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: Code Composer Studio
It used to be that you could create a pre-defined symbol like so:
Then, when you build, you get a --define=QX_008_752_T_HANDLE, which can be used to ifdef things in and out. This still works fine. What doesn't work is the IDE showing which code blocks are compiled in vs out. That feature doesn't work when you do this.
If you then add "QX_008_752_T_HANDLE" to the list of pre-defined symbols directly, it works for the build, and the editor features then work. Having this work is great when managing a larger number of similar builds.
This used to work correctly in CCS 8.2, stopped working in 8.3, and continues to not work in CCS 9.0
Joshua van Tol said:It used to be that you could create a pre-defined symbol like so:
The attachment did not come through. Could you please attach it again so we understand how you are creating the symbol? Thanks.