Tool/software: Code Composer Studio
Hello everyone,
I try to generate bin file from executable file. I used post-build steps as below;
end of my makefile like this;
post-build: -“C:/ti/ccs1010/ccs/utils/tiobj2bin/tiobj2bin” “Debug_d_V_2_0_2.out” “Debug_d_V_2_0_2.bin” -“C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/bin/armofd” “C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/bin/armhex” “C:/ti/ccs1010/ccs/utils/tiobj2bin/mkhex4bin” -@echo ' ' secondary-outputs: $(BIN_OUTPUTS) .PHONY: all clean dependents .SECONDARY: -include ../makefile.targets
But I can not generate bin file. Error message :
.
.
"Debug_d_V_2_0_2.out" .cinit ==> .cinit
Finished building: "Debug_d_V_2_0_2.out"
“C:/ti/ccs1010/ccs/utils/tiobj2bin/tiobj2bin� “Debug_d_V_2_0_2.out� “Debug_d_V_2_0_2.bin�
makefile:294: recipe for target 'post-build' failed
process_begin: CreateProcess(NULL, “C:/ti/ccs1010/ccs/utils/tiobj2bin/tiobj2bin� “Debug_d_V_2_0_2.out� “Debug_d_V_2_0_2.bin�, ...) failed.
gmake[2]: [post-build] Error 2 (ignored)
“C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/bin/armofd� “C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/bin/armhex� “C:/ti/ccs1010/ccs/utils/tiobj2bin/mkhex4bin�
makefile:294: recipe for target 'post-build' failed
process_begin: CreateProcess(NULL, “C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/bin/armofd� “C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/bin/armhex� “C:/ti/ccs1010/ccs/utils/tiobj2bin/mkhex4bin�, ...) failed.
gmake[2]: [post-build] Error 2 (ignored)