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: smalller redboot.bin?


Hi Max,

On Friday 09 August 2002 08:16, max wrote:
> Q1)How can I rebuild the simplest floppy bootable
> redboot?

I would achieve this by scanning the ecos.ecc file and disabling all unneeded 
stuff by hand. I don't know whether there are more convenient methods - 
others may answer better than me.

> q2)I tried
> ecosconfig new ps redboot
> ecosconfig import ....../redboot_FLOPPY.ecm
> ecosconfig tree
> make
> It only generated redboot.elf but not redboot.bin. How
> can I get redboot.bin?

objcopy -O binary redboot.elf redboot.bin
or enable the CYGBLD_BUILD_REDBOOT_BIN_FLOPPY option in ecos.ecc.

Regards, 
Pierre

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