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.
Hello,
We set up some predefined symbols for conditional compilation. After closing CCS and restarting, the symbols are gone. They are being set up under:
Project Properties | CCS Build | ARM Compiler | Advanced Options | Predefined Symbols.
Is there a CCS setting required to save these predefined symbols with the project?
Thanks, Charlie Johnston
Charlie,
No special setting required, they should be there after closing and restarting. I just tried this out on 5.4.0 and 5.2.1 and it is working ok for me. Any chance that your project is read only? Changing those options does cause a write to one of the project files so if they were in source control then it would not be able to store the changes.
What does the symbol you are trying to set look like? I could try to do exactly the same here.
Another thing to note is that build options are on a per-configuration basis. i.e. if you setup a pre-defined symbol in the debug configuration it will not be there in the release configuration.
Regards,
John