I'm having difficulty generating a .bin file. I've read the relevant post-build section from the Projects and Build Handbook, and my post-build step is below:
"${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"
A .bin file is generated, but it doesn't match what I expect from my map file. Does anything seem to be out of order with my post-build step?
Thanks,
Scott