This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C123BH6PZ: Not able to create .bin from .out

Part Number: TM4C123BH6PZ

The project I'm on is a resurrection of a project from a different company.  I've pieced together the tool chain and am at the last stages (I hope).  I'm trying to create a bin file but have not been successful.

I have succeeded with creation of an out file (no compilation or link errors).

I am using the TI supplied batch file (tiobj2bin.bat) without modification.

I am in Brut force mode...  My command is:

"C:\ti2\ccsv5\utils\tiobj2bin\tiobj2bin.bat" ".\SAMPLEit.out" ".\SAMPLEit.bin" "C:\ti2\ccsv5\tools\compiler\arm_5.1.1\bin\armofd.exe" "C:\ti2\ccsv5\tools\compiler\arm_5.1.1\bin\armhex.exe" "C:\ti2\ccsv5\utils\tiobj2bin\mkhex4bin.exe" 

The output has numerous outputs of:

Load address not computed for file that does not have a segment table at XML_TI_OFD.pm line 1433 

Use of uninitialized value in multiplication (*) at script/mkhex4bin.pl line 285.

The output also has numerous outputs of:

warning: section .\SAMPLEit.out(.text) at 027662h fall in unconfigured memory

    (skipped)

How do I fix these issues?

Any help would be greatly appreciated.

Kim