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.

TMS320F28377D: TMS320F28377D

Part Number: TMS320F28377D

我在使用下面这条指令的时候,会报错:

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

错误如下:

"C:/ti/ccs1250/ccs/utils/tiobj2bin/tiobj2bin" "PcsSoftWare.out" "PcsSoftWare.bin" "C:/ti/ccs1250/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/ofd2000" "C:/ti/ccs1250/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/hex2000" "C:/ti/ccs1250/ccs/utils/tiobj2bin/mkhex4bin"
makefile:306: recipe for target 'post-build' failed
'C:' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
gmake[2]: [post-build] Error 255 (ignored)

这是为什么呢?

  • 您正在使用哪个版本的CCS? 您能否看到是否有某种"C"变量意外插入到以下两个位置:

    • Project's build steps (under Build>Steps)
    • Project's predefined symbols (under Build>C2000 Compiler)