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.
Hi Ryan and Yikai,
How are you?
CCS v12.2.0.0009 was used to build ZNP example (SDK6.40).
Post-build steps:
${CG_TOOL_ROOT}/bin/tiarmobjcopy ${BuildArtifactFileName} --output-target ihex ${BuildArtifactFileBaseName}.hex
${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
But no *.bin file was built.
It works on ccs v10.
Best regards,
David
Hi David,
The post build steps you use has a small change with the new ticlang compiler tools.
Please find the updated post build steps in the link here:
Regards
Sid
Hi Sid,
Good morning. It works.
Thanks for your help and time.
Best regards,
David