Generating an ELF or COFF or IEEE 695 file formats

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Generating an ELF or COFF or IEEE 695 file formats

Jump to solution
4,306 Views
Navaneeth
Contributor I
Hi,
 
Iam using Code warrior version version 4.5. I would like to know how to generate the output files formats
of ELF or COFF or IEEE 695 .I tried with option o- in Linker but in vain.
 
If anybody is aware, kindly inform.
 
Regards,
Navaneeth.
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
2,032 Views
CrasyCat
Specialist III
Hello
 
The .abs file is an ELF DWARF executable file.
it is compliant to the ELF & DWARF standard file format.
 
We do not generate IEEE 695 file format, so you may have to look for a converter from ELF DWARF to IEEE 695.
.
CrasyCat

View solution in original post

0 Kudos
Reply
3 Replies
2,032 Views
CrasyCat
Specialist III
Hello
 
CodeWarrior for HCS12 V4.5 generates per default ELF DWARF V2.0 object file format.
You do not need to specify anything special on the command line.
 
CodeWarrior for HC12 does not generate COFF or IEEE695 file format.
 
CrasyCat
0 Kudos
Reply
2,032 Views
Navaneeth
Contributor I
Hello,
 
I could not understand, Iam Getting only S record output and an abs file. Do you mean to say that abs file is ELF/DWARF complaint. I need to use the IEEE 695 format for supporting GM CAL -DS.
 
Thanks in Advance,
Navaneeth.
0 Kudos
Reply
2,033 Views
CrasyCat
Specialist III
Hello
 
The .abs file is an ELF DWARF executable file.
it is compliant to the ELF & DWARF standard file format.
 
We do not generate IEEE 695 file format, so you may have to look for a converter from ELF DWARF to IEEE 695.
.
CrasyCat
0 Kudos
Reply