工具/软件:Code Composer Studio
您好!
我正在搜索一种在 CCS8上轻松生成二进制输出的方法、因为使用其他脚本更容易操作。 我已经尝试在编译后处理步骤中添加此命令:
${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin ${ProjName}${ProjName}.bin ${CG_TOOL_ROOT}/bin/ofd470.exe ${CG_TOOL_ROOT}/bin/hex470.exe ${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe
但以下是输出:
完成构建目标:"gateway_application.out"
bash "/home/aurelien/ti/ccsv8/utils/tiobj2bin/tiobj2bin "gateway_application""gateway_application.bin""/home/aurelien/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/ofd470.exe "/home/aurelien/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/hex470.exe "/home/aurelien/ti/ccsv8/utils/tiobj2bin/mkhex4bin.exe
发生 mkhex4bin 故障。 放弃。
Makefile: 264 :La recette pour la cible« post-build »a é chou é e
/home/aurelien/ti/ccsv8/utils/tiobj2bin/tiobj2bin:ligne 255:/home/aurelien/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/ofd470.exe:aucun fashier ou dosier de ce type
ofd470.exe 似乎不存在。
此致、
欧雷利恩

