I want to build the bianry image for F28M35, and add the following in the post-bulid steps option:
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}""${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd470.exe""${CG_TOOL_ROOT}/bin/hex470.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
I took the setup_m3 as the example imported from the suite. But it gave the following info:
'Finished building target: setup_m3.out'
' '
"C:/ti/ccsv5/utils/tiobj2bin/tiobj2bin.bat" "setup_m3.out""setup_m3.bin" "C:/ti/ccsv5/tools/compiler/arm_5.1.1/bin/ofd470.exe""C:/ti/ccsv5/tools/compiler/arm_5.1.1/bin/hex470.exe" "C:/ti/ccsv5/utils/tiobj2bin/mkhex4bin.exe"
-------------- Error message mentioning wiki here ---------------
Unknown option: x
Unknown option: xml_indent
Unknown option: obj_display
Cannot find setup_m3.out"setup_m3.bin : No such file or directory at script/mkhex4bin.pl line 150.
'mkhex4bin' ²»ÊÇÄÚ²¿»òÍⲿÃüÁҲ²»ÊÇ¿ÉÔËÐеijÌÐò
»òÅú´¦ÀíÎļþ¡£
'D:\workspace_v5_5\setup_m3\m3\ccs\Flash\armhex' ²»ÊÇÄÚ²¿»òÍⲿÃüÁҲ²»ÊÇ¿ÉÔËÐеijÌÐò
»òÅú´¦ÀíÎļþ¡£
' '
**** Build Finished ****
Is there something wrong?