Hi All,
As stated in the title, I am trying to generate a binary output file for my TMS570LC43xx project. I am currently using TI CCS v6.1.1.00022, ARM compiler version T v5.2.6.
I am able to compile my project just fine, but the post compilation conversion from the .out to .bin file keeps blowing up. Here is the meaningful console output (since this project is huge and the console output is very long):
'Finished building target: Target 3 FEE Enabled.out'
' '
"C:/ti/ccsv6/utils/tiobj2bin/tiobj2bin.bat" "Target 3 FEE Enabled.out" "HerculesTarget3.bin" "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/ofd470" "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/bin/hex470" "C:/ti/ccsv6/utils/tiobj2bin/mkhex4bin"
"C:/ti/ccsv6/utils/tiobj2bin/mkhex4bin" failure occurred. Giving up.
' '
**** Build Finished ****
My co worker is able to get his project to work with compiler version T v5.2.5, however I have not been able to find a compiler download for that version. If someone could direct me to the ARM T v5.2.5 download that would be awesome! As I would like to try that before moving on to anything else.
- Warren