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.

CCS6.0如何设置能够直接生成bin文件呢

到网上找了一些设置方法,都是CCS5.x的,如下:

"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"

在post build的command下添加以上命令后报错(大括号内)

{

"c:/ti/ccsv6/utils/tiobj2bin/tiobj2bin" "example.out" "example.bin" "c:/ti/ccsv6/tools/compiler/c2000_6.2.5/bin/armofd" "c:/ti/ccsv6/tools/compiler/c2000_6.2.5/bin/armhex" "c:/ti/ccsv6/utils/tiobj2bin/mkhex4bin"

-------------- Error message mentioning wiki here ---------------

-------------- Error message mentioning wiki here ---------------

'c:\ti\ccsv6\tools\compiler\c2000_6.2.5\bin\ofd470' 不是内部或外部命令,也不是可运行的程序

或批处理文件。

File does not exist:  at XML_TI_OFD.pm line 877

'c:\ti\ccsv6\tools\compiler\c2000_6.2.5\bin\hex470' 不是内部或外部命令,也不是可运行的程序

或批处理文件。

}

c:\ti\ccsv6\tools\compiler\c2000_6.2.5\bin\目录下确实没有hex470.exe和ofd470.exe,只有ofd2000.exe和hex2000.exe

hex470.exe和ofd470.exe这两个命令是在哪里指定的呢?