This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: on "a.out,COFF,ELF"targets


On Tue, 2002-07-02 at 20:01, zhlg_shuhan wrote:
> Hi,all.
>   I met some strange name in GNU assembler doc,that's "a.out target","COFF target",and "ELF target".what are they?
> features and examples?
>

They are different file formats for binary executable images, like
an eCos program.  a.out and COFF are quite old and rarely used any
more.  ELF is the current format and is what is used by eCos.

note: eCos cannot [currently] be built except using ELF tools.


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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