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.

TMS320F28379D: Pre / Post build batch file command using CCS variables

Part Number: TMS320F28379D

Hello,

During a build I run post build command:

"${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"

But when I put this line inside a batch file and try to run it I get error :

makefile:261: recipe for target 'post-build' failed
'${CCS_INSTALL_ROOT}' is not recognized as an internal or external command,
operable program or batch file.
gmake[1]: [post-build] Error 1 (ignored)

Is there a way to use CCS variables inside a batch file during pre / post build step ??

Kind regards