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.
我的设置如下:
1、右健工程-〉Properties \ Build \ Steps\Post-build steps框里填入以下内容:
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000.exe" "${CG_TOOL_ROOT}/bin/hex2000.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
2、在C2000 Hex UtIity项勾上 Enable C2000 Hex Utility
3、C2000 Hex UtIity\General Options下
编译后,没有生成.bin文件,编译错误内容如下:
"D:/Program Files/ti/ccs1000/ccs/utils/tiobj2bin/tiobj2bin.bat" "C28x_DcBoot V1.03.out" "C28x_DcBoot V1.03.bin" "D:/Program Files/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/ofd2000.exe" "D:/Program Files/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/hex2000.exe" "D:/Program Files/ti/ccs1000/ccs/utils/tiobj2bin/mkhex4bin.exe"
makefile:189: recipe for target 'C28x_DcBoot V1.03.hex' failed
gmake[1]: *** [C28x_DcBoot V1.03.hex] Error -1073741819
gmake[1]: Target 'secondary-outputs' not remade because of errors.
makefile:178: recipe for target 'all' failed
gmake: *** [all] Error 2
Code Composer Studio Version: 10.0.0
compile version: ti-cgt-c2000_6.4.2
demo: C:\ti\c2000\C2000Ware_3_01_00_00\device_support\f2803x\examples\c28\flash_f28035
我仅仅执行了第一步,即仅仅添加了后处理语句后,便可生成bin文件,在debug(相应的build configurations)文件夹下: