I've been having trouble generating a .bin file in CCS 6.1.0 for a Tiva TM4C1231H6PZI, no RTOS.
I've tried all the command lines that people have posted here and in the TI documents (they are all the same) and put them on one single line in the Post-Build steps window with no luck.
All the utility files called in that line exist in the proper directories on my machine.
I look in my debug directory where the build and the newly generated .out file is placed and no .bin.
What am I doing wrong?
Here is the console output fragment from CCS:
<Linking>
'Finished building target: RDAC V2.out'
' '
'Generate BIN'
"C:/ti/ccsv6/utils/tiobj2bin/tiobj2bin" "RDAC V2.out" "RDAC V2.bin" "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/bin/armofd" "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/bin/armhex" "C:/ti/ccsv6/utils/tiobj2bin/mkhex4bin"
' '
'Invoking: ARM Hex Utility'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/bin/armhex" -o "RDAC V2.hex" "RDAC V2.out"
Translating to Extended Tektronix format...
warning: section RDAC V2.out(.text) was padded by 2 to a size of 75816 to
"RDAC V2.out" .intvecs ==> .intvecs
satisfy the specified memory width of 4
"RDAC V2.out" .text ==> .text
"RDAC V2.out" .const ==> .const
"RDAC V2.out" .cinit ==> .cinit
'Finished building: RDAC V2.hex'
' '