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.

Making Binary Output File With CCS

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