I'd like to change the name of the output (hex) file based on a #define in my software.
Any suggestions on how to get started?
Thanks,
Paul.
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.
I'd like to change the name of the output (hex) file based on a #define in my software.
Any suggestions on how to get started?
Thanks,
Paul.
If you are using CCS for your builds, you can create multiple build configurations for a single project, and set specific build options for each one (including the -D define option, the name of the output file, etc.).
Please see this related thread.