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.

TMS320F280025: Converting hex to bin fails in CCS V12

Part Number: TMS320F280025

post_build:

"${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"

log:

Finished building target: "led_ex1_blinky.out"       

Building secondary target: "led_ex1_blinky.hex"
Invoking: C2000 Hex Utility
"C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/hex2000" --romwidth=16 --diag_wrap=off -o "led_ex1_blinky.hex" "led_ex1_blinky.out"
Translating to Extended Tektronix format...
"led_ex1_blinky.out" codestart ==> codestart
"led_ex1_blinky.out" .text ==> .text
"led_ex1_blinky.out" .const ==> .const
"led_ex1_blinky.out" .TI.ramfunc ==> .TI.ramfunc
"led_ex1_blinky.out" .cinit ==> .cinit
Finished building secondary target: "led_ex1_blinky.hex"       

"C:/ti/ccs1220/ccs/utils/tiobj2bin/tiobj2bin" "led_ex1_blinky.out" "led_ex1_blinky.bin" "C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/ofd2000" "C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/hex2000" "C:/ti/ccs1220/ccs/utils/tiobj2bin/mkhex4bin"
makefile:225: recipe for target 'post-build' failed
'C:' 不是内部或外部命令,也不是可运行的程序            /*'C:' is not recognized as an internal or external command, operable program or batch file.*/
或批处理文件。
gmake[2]: [post-build] Error 255 (ignored)

--

Thanks & Regards

Yale