Hi Expert,
I used to use below command to generate bin file by CCS10, but now not be able to use the same command to generate bin file by CCS12, could you help check what is wrong with CCS12?
“"${CG_TOOL_HEX}" -m "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.mot16" -order MS -romwidth 16&"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000" "${CG_TOOL_ROOT}/bin/hex2000" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"&"${CG_TOOL_HEX}" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 32