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: CCS 生成bin文件一直失败,找了很多天的资料也没找到解决方式

Part Number: TMS320F280025

我使用CCS生成Bin文件一直失败,hex文件却能正常生成

以下是我编译后的提示,:

"C:\\ti\\ccs1220\\ccs\\utils\\bin\\gmake" -k all

Building secondary target: "Example_2833xGpioToggle.hex"
Invoking: C2000 Hex Utility
"C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/hex2000" --fill=0xFFFF --map="Example_2833xGpioToggle.map" --memwidth=16 --order=LS --romwidth=8 --diag_wrap=off -o "Example_2833xGpioToggle.hex" "Example_2833xGpioToggle.out"
Translating to Extended Tektronix format...
"Example_2833xGpioToggle.out" codestart ==> codestart
"Example_2833xGpioToggle.out" .cinit ==> .cinit
"Example_2833xGpioToggle.out" .TI.ramfunc ==> .TI.ramfunc
"Example_2833xGpioToggle.out" .text ==> .text
"Example_2833xGpioToggle.out" .econst ==> .econst
Finished building secondary target: "Example_2833xGpioToggle.hex"

"C:/ti/ccs1220/ccs/utils/tiobj2bin/tiobj2bin" "Example_2833xGpioToggle.out" "Example_2833xGpioToggle.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:179: recipe for target 'post-build' failed
warning: Data is being written to auto-generated file Example_2833xGpioToggle.x01
warning: Data is being written to auto-generated file Example_2833xGpioToggle.x10
warning: Data is being written to auto-generated file Example_2833xGpioToggle.x11
'C:' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
gmake[1]: [post-build] Error 255 (ignored)

下边是我的设置: