Tool/software: Code Composer Studio
Hi,
my customer would like to generate hex file that only include part of their application code.
They wrote the build steps shown below:
But they will get error below:
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
Hi,
my customer would like to generate hex file that only include part of their application code.
They wrote the build steps shown below:
But they will get error below:
The Edit Flags feature of the CCS build dialog does not work that way. You can only write command line options in that text box. It is rare to use it. I don't see any reason to use it in this case.
Do not worry about supplying the .out file as an input to the hex utility. CCS handles that detail.
Everything else you currently write in the Edit Flags text box belongs in a hex utility command file. This is a text file that is similar to a linker command file. Please see this forum post to see how to add one to your project and have the hex utility use it.
Please let me know if this suggestion resolves your problem.
Thanks and regards,
-George