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.
While migrating a CCS 3.3 project to CCS 5.1 with a FinalBuildCmd, the command gets converted into a post build batch file in CCSv5 . Our final build cmd converts from .out to .bin file which uses hex470 to achieve it.
Building the CCSv5 projects gives the following errors.
'hex470.exe' is not recognized as an internal or external command,
operable program or batch file.
Our question is what is the best way to add the path to hex470.exe from CCSv5?
Thanks,
Shilpa.
Shilpa,
The most elegant way is to use one of the pre-defined build steps or, if you need to customize it somehow, simply use the variable shown in the attached screenshot: CG_TOOL_HEX.
Hope this helps,
Rafael