I was upgrading from Version: 5.1.0.07001 to Version: 5.3.0.00090 and I can't find a couple of files I use for the post build step to create a .bin file. The files I used were ofd470.exe and hex470.exe. My post build step was: "${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "App_GCB_vXX.bxxxxx_.bin" "${CG_TOOL_ROOT}/bin/ofd470.exe" "${CG_TOOL_ROOT}/bin/hex470.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
Did I install 5.3 wrong or is there a different way I should create the .bin file now?
Thnaks,
Doug
Have a look at "armofd.exe" and "armhex.exe" in the ccsv5\tools\compiler\arm_*\bin folder. The TMS470 compiler had been renamed to ARM, and the various executables have also been renamed.
Is there any documenation / help files on these tools?
Thanks,
Hi Doug,
Both tools are documented in the ARM Assembly Language User's Guide:
http://www.ti.com/lit/ug/spnu118k/spnu118k.pdf
Thanks
ki
-----------------------------------
Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.
Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.
Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide
Click here to track an issue. Enter your bug id in the "Find Record ID" box
thanks a lot, that helped.
Hi,
I encounterd the same trouble and I found the armofd.exe and armhex.exe tools, But where are the /utils/tiobj2bin/tiobj2bin.bat and utils/tiobj2bin/mkhex4bin.exe in CCS5.3? Is there any illustration about these modifications?
Thx
Simon
Simon Wang1But where are the /utils/tiobj2bin/tiobj2bin.bat and utils/tiobj2bin/mkhex4bin.exe in CCS5.3?
They are still in the same location: <CCS INSTALL DIR>\ccsv5\utils\tiobj2bin
NO,it's not there. did I install CCS5.3 unsuccessfully?
Simon Wang1NO,it's not there. did I install CCS5.3 unsuccessfully?
Could be. Do you see a .\utils folder at least? And if so, what subfolders do you see in there (I see 'bin', 'cygwin', and 'tiobj2bin')
There are folder cygwin and bin,no folder tiobj2bin
I've attached the tiobj2bin folder from my 5.3.0 install. Hopefully you can just drop that in and you aren't missing any other dependencies.
Simon Wang1 NO,it's not there. did I install CCS5.3 unsuccessfully?
If these utilities were missing from your install, please see this post which explains the reason why this may have happened, and how to resolve.In CCS 5.4 I believe the default installer should install these utilities no matter which processors are selected in the installer.
If a post answers your question please mark it with the "Verify Answer" button
Search the wikis for common questions: CGT, BIOS, CCSv3, CCSv4Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box