public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: object file format
@ 2006-10-20  9:07 MCG SUN Xun
  0 siblings, 0 replies; 2+ messages in thread
From: MCG SUN Xun @ 2006-10-20  9:07 UTC (permalink / raw)
  To: Sigurd Lerstad, gcc-help

It's should be elf format file,
you can read it by tool: readelf or objdump.

Kr
Edward


-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On Behalf Of Sigurd Lerstad
Sent: Saturday, October 14, 2006 11:57 PM
To: gcc-help@gcc.gnu.org
Subject: object file format


Hello,

I have (partially) succeeded in compiling gcc as a crosscompiler on win32 
with this target:

m68k-amiga-coff

I need to read the object files created when compiling cpp files with this 
crosscompiler,
but my filetype recognition program doesn't recognize the filetype, it 
doesn't seem to be coff object files or a.out files. Does anybody know the 
filetype?

Here's a ascii dump of the beginning of the object file, (couldn't figure 
out how to copy/paste as hex)
------------------
\x01P\bE0!ÿ\x03D\x13\x02\x04.text
\x01T .data

@.bss


-------------

thanks,

--
Sigurd Lerstad

^ permalink raw reply	[flat|nested] 2+ messages in thread

* object file format
@ 2006-10-14 15:58 Sigurd Lerstad
  0 siblings, 0 replies; 2+ messages in thread
From: Sigurd Lerstad @ 2006-10-14 15:58 UTC (permalink / raw)
  To: gcc-help

Hello,

I have (partially) succeeded in compiling gcc as a crosscompiler on win32 
with this target:

m68k-amiga-coff

I need to read the object files created when compiling cpp files with this 
crosscompiler,
but my filetype recognition program doesn't recognize the filetype, it 
doesn't seem to be coff object files or a.out files. Does anybody know the 
filetype?

Here's a ascii dump of the beginning of the object file, (couldn't figure 
out how to copy/paste as hex)
------------------
\x01P\bE0!ÿ\x03D\x13\x02\x04.text
\x01T .data

@.bss


-------------

thanks,

--
Sigurd Lerstad

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-20  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-20  9:07 object file format MCG SUN Xun
  -- strict thread matches above, loose matches on Subject: below --
2006-10-14 15:58 Sigurd Lerstad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).