Tool/software: Code Composer Studio
Hello,
I'm searching a way to generate easily binary output on CCS8 because it will more easy to manipulate with other script. I have try to add this command in the post-build step :
${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin ${ProjName} ${ProjName}.bin ${CG_TOOL_ROOT}/bin/ofd470.exe ${CG_TOOL_ROOT}/bin/hex470.exe ${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe
But here is the output :
Finished building target: "gateway_application.out"
bash "/home/aurelien/ti/ccsv8/utils/tiobj2bin/tiobj2bin" "gateway_application" "gateway_application.bin" "/home/aurelien/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/ofd470.exe" "/home/aurelien/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/hex470.exe" "/home/aurelien/ti/ccsv8/utils/tiobj2bin/mkhex4bin.exe"
mkhex4bin failure occurred. Giving up.
makefile:264 : la recette pour la cible « post-build » a échouée
/home/aurelien/ti/ccsv8/utils/tiobj2bin/tiobj2bin: ligne 255: /home/aurelien/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/ofd470.exe: Aucun fichier ou dossier de ce type
It seems that ofd470.exe does not exist.
Best regards,
Aurélien

