Hi,guys,
I need .bin file to flash it into device by JFlash.So I refer to CCS User's Guide,it shows that we can add "${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin" in post-build steps.But it doesn't work.I check the makefile that automatically generated by CCS.The error information is as follows.
post-build:
-"D:/Program Files/CCS/ccs/utils/tiobj2bin/tiobj2bin" "mspm0l1306_motorctrl.out" "mspm0l1306_motorctrl.bin" "D:/Program Files/CCS/ccs/tools/compiler/ti-cgt-armllvm_3.2.0.LTS/bin/armofd" "D:/Program Files/CCS/ccs/tools/compiler/ti-cgt-armllvm_3.2.0.LTS/bin/armhex" "D:/Program Files/CCS/ccs/utils/tiobj2bin/mkhex4bin"
-@echo ' '
I'm looking forward to your reply,thank u!