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.

Having Trouble Generating Bin

I am trying to generate bin file for tiva tm4c on ccs 6. I have added post build steps 

"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd"

"${CG_TOOL_ROOT}/bin/armhex" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"

'Finished building target: SMC.out'
' '
"c:/ti/ccsv6/utils/tiobj2bin/tiobj2bin" "SMC.out" "SMC.bin" "c:/ti/ccsv6/tools/compiler/arm_5.1.11/bin/armofd"
-------------- Error message mentioning wiki here ---------------
'mkhex4bin' is not recognized as an internal or external command,
operable program or batch file.
'C:\_Data\Designs\_SharkBay\Firmware\EC_1_0\SMC\Debug\armhex' is not recognized as an internal or external command,
operable program or batch file.
"c:/ti/ccsv6/tools/compiler/arm_5.1.11/bin/armhex" "c:/ti/ccsv6/utils/tiobj2bin/mkhex4bin"
fatal error: cannot open input file
"c:/ti/ccsv6/utils/tiobj2bin/mkhex4bin.out": No such file or directory
gmake[1]: [post-build] Error 1 (ignored)

Any ideas as to what I am doing wrong.