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.

TDA4VM: The version of objcopy which support binary files in TI format

Part Number: TDA4VM


Hi

■What I want to do

I want to generate binary files in raw data format that will be extracted into memory for the boot loader.

 

■What I've confirmed.

 

Since the compiler manual says the above, I decided to use "objcopy" as Hex utility.

I chose "objcopy", which is included in MinGW's binutils.

The download page is as follows.

https://osdn.net/projects/mingw/releases/70619

 

The format supported by this objcpy is as follows.

 

supported targets: pe-i386 pei-i386 elf32-i386 elf32-iamcu elf32-little elf32-big plugin srec symbolsrec verilog tekhex binary ihex

 

When I select the *.out file generated after building a C7x project, I get the following message and cannot convert it

 

DspMain.out: file format not recognized

 

■Questions.

Does this revision of objcopy support binary files in TI format?

If not, please let me know which version you have experience with.

If possible, please provide a command line example for objcopy.