This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: object file format problem


biguo@263.net wrote:

> Hello,everyone!aout,coff and elf are three object file format,but S-Records,H-Records also are object file format.What are differencies between them?Thanks in advance for any help.
>
>
> _____________________________________________
> 首都在线--先进中国人的网上家园 http://www.263.net
> 免费邮箱 邮件杂志 签名邮件 邮件加密 邮件追身呼
> 搜索引擎 个人站点 在线游戏 网上聊天 网上挂号
> 金融王国 在线杀毒 跳蚤市场 软件下载 休闲娱乐
>
> _______________________________________________
> New CrossGCC FAQ: http://www.objsw.com/CrossGCC
> _______________________________________________
> To remove yourself from the crossgcc list, send
> mail to crossgcc-request@cygnus.com with the
> text 'unsubscribe' (without the quotes) in the
> body of the message.

a.out, coff and elf are true object file formats.  They define the various sections and contents of the binary image.  The binary image is exactly that -- binary.

S-record, H-record etc. are NOT formats.  They are ascii representations of the binary object file.  a.out, coff and elf binary files can all be represented as S-records or H-records
etc.  These are used as input to ROM emulators and PROM programmers.

Hope this is clear.
begin:          vcard
fn:             Erik Ivanenko
n:              Ivanenko;Erik
org:            University of Toronto
email;internet: erik.ivanenko@utoronto.ca
title:          Supervisor, Controls Services
x-mozilla-cpt:  ;0
x-mozilla-html: TRUE
version:        2.1
end:            vcard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]