Tool/software: Code Composer Studio
Brought in an old CCS project to work on, and it ran fine, but it won't generate .bin file for the flash. I can only fine the latest .out file in folder
I checked and confirmed it had the following in the Project Properties->C/C++Build->Settings->BuildSteps
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
and when I build the project, it even shows
....
<Linking>
'Finished building target: my_usb.out'
' '
"C:/ti/ccsv6/utils/tiobj2bin/tiobj2bin" "my_usb.out" "my_usb.bin" "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armofd" "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armhex" "C:/ti/ccsv6/utils/tiobj2bin/mkhex4bin"
' '
**** Build Finished ****
I wonder what steps I missed in the project. Thanks for any pointer.