Part Number: TMS320F280037C
Other Parts Discussed in Thread: UNIFLASH
I am trying to generate the bin file using following postbuild command:
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000.exe" "${CG_TOOL_ROOT}/bin/hex2000.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
Which giving me an error:
"C:/ti/ccs1220/ccs/utils/tiobj2bin/tiobj2bin.bat" "obc_ti_poc.out" "obc_ti_poc.bin" "C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/ofd2000.exe" "C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/hex2000.exe" "C:/ti/ccs1220/ccs/utils/tiobj2bin/mkhex4bin.exe"
makefile:180: recipe for target 'post-build' failed
'C:' is not recognized as an internal or external command,
operable program or batch file.
gmake[2]: [post-build] Error 255 (ignored)
Can you help me to find what is going wrong and resolve this?
Note: I am using eabi output format with C2000ware_5_00_00_00












