Hi,
I'm trying to create a .hex output file. I have set the build options up to generate the Intel-HEX via CCS Build -> Build Steps. I can see the tools trying to create the .hex file at the tail end of my console output (see below) but no file ever appears. I have tried "cleaning" the project before building and also tried it in both debug and release. Has anyone any ideas?
Cheers,
Chris
'Building target: Hawk OEM8.out'
'Invoking: MSP430 Linker'
"C:/ti/ccsv5/tools/compiler/msp430/bin/cl430" -vmsp --abi=coffabi -O0 -g --define=__MSP430F2370__ --diag_warning=225 --display_error_number --printf_support=minimal -z -m"Hawk OEM8.map" --stack_size=80 --heap_size=80 --use_hw_mpy=16 -i"C:/ti/ccsv5/ccs_base/msp430/include" -i"C:/ti/ccsv5/tools/compiler/msp430/lib" -i"C:/ti/ccsv5/tools/compiler/msp430/include" --reread_libs --warn_sections --rom_model -o "Hawk OEM8.out" "./main.obj" -l"libc.a" "../lnk_msp430f2370.cmd"
<Linking>
'Finished building target: Hawk OEM8.out'
' '
C:/ti/ccsv5/utils/bin/gmake --no-print-directory post-build
'Create flash image: Intel-HEX'
"C:/ti/ccsv5/tools/compiler/msp430/bin/hex430.exe" -i "Hawk OEM8.out" -o "Hawk OEM8.hex" -order MS -romwidth 16
Translating to Intel format...
"Hawk OEM8.out" ==> .text
"Hawk OEM8.out" ==> .cinit
"Hawk OEM8.out" ==> .int07
"Hawk OEM8.out" ==> .reset
' '
**** Build Finished ****