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: installing ecos on i386 pc


> ensoft wrote:
> 
> Hello..
> 
>  I have enabled  the "FLOPPY"option  in the startup configuration  but
> after building the ecos there was no binary or elf image for ecos  . I
> have checked that there is no such lines in hal_i386_pc.cdl file which
> can create  elf or binary image of ecos.
> Is there  any need of  adding some line in cdl so that it can generate
> elf or binary for my i386 pc . OR what are the ecos's file  which can
> converted in to elf or binary on the floppy?

You link your application with the eCos library to get an ELF format image.
This can then be converted to binary with, e.g.

i386-elf-objcopy -O binary myapp myapp.bin

and you program the .bin file to a floppy in the same way as redboot.

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

-- 
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]