Related articles |
---|
S record format with gnu compiler ? cjones@digsys1.md.essd.northgrum.com (Chris Jones) (1997-03-05) |
Re: S record format with gnu compiler ? carlson@xylogics.com (James Carlson) (1997-03-07) |
From: | Chris Jones <cjones@digsys1.md.essd.northgrum.com> |
Newsgroups: | comp.compilers |
Date: | 5 Mar 1997 13:46:45 -0500 |
Organization: | Northrop Grumman Corporation, Baltimore, MD |
Keywords: | code, GCC, question, comment |
I am looking for info on using the gnu compiler to generate motorola s
record format files.
Anyone know if this is possible?
Please e-mail.
TIA,
Chris Jones
cjones@digsys1.md.essd.northgrum.com
[GCC doesn't generate any object format at all -- it generates assembler
source. I expect it wouldn't be very hard to write a translator from the
gas a.out format to any other format you need. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.