Hello,
In the Settings->Build Steps->Post-build steps command window:
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd.exe" "${CG_TOOL_ROOT}/bin/armhex.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
Is that the correct command sequence to make a binary output file?
If my .out file name is
My Dot Out File Has Spaces.out -
how to I address the spaces in the above command line?
When I run the above - my bin file is just My.
Thanks In Advance,
johnw