Out current project produces a COFF output format. We use hex6x to convert that output to a downloadable .bin file (S3 records). We need to switch to ELF output format. Is there a replacement for the hex6x utility?
We have the following command in out post-build batch file. I understand this utility does not work with ELF output.
"C:\ti\ccsv5\tools\compiler\c6000\bin\hex6x" ./Release/test.out -o ./Release/test.bin -memwidth 8 -m -order L
The hex utility can handle ELF files. -George
TI C/C++ Compiler Forum ModeratorPlease click Verify Answer on the best reply to your question.The Compiler Wiki answers most common questions.Track an issue with SDOWP. Enter your bug id in the "Find Record ID" box.