Greeting,
I use post-build step with CCS12.2 to convert the .out file to binary image but ran into a problem.
The console shows the messages below:
"E:/ti/ccs1220/ccs/utils/tiobj2bin/tiobj2bin" "Boot.out" "Boot.bin" "E:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/ofd2000" "E:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/hex2000" "E:/ti/ccs1220/ccs/utils/tiobj2bin/mkhex4bin"
makefile:201: recipe for target 'post-build' failed
'E:' is not recognized as an internal or external command,
operable program or batch file.
gmake[2]: [post-build] Error 255 (ignored)
The following command is used as post-build step:
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000" "${CG_TOOL_ROOT}/bin/hex2000" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
This problem doesn't occur in the previous version (CCS12.1).
Any suggestions to solve this problem?
Regards,
Watch