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]

Re: [Fwd: ]


> From: ra jeev <mail_jeev@usa.net>
> hi guys,
>    we are able to compile ecos successfully with our cross-compiler for
>    an ARM target. where does the compiler store the image of ecos so that
> we can convert that image into binary and run it on our multiICE kit?

You link eCos directly with your application to give you the executable. I
recommend you read the Getting Started guide in the documentation to get
familiar with the principles.

>    also when we compile our applications what will be the name of the
>    executable, will it have a .axf extension?

No. GCC cannot generate ARM executable format binaries, although they are
very similar to the ELF format binaries GCC does generate. Someone may
already have written a conversion tool - I'd be interested to know if they
have.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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