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]

Redboot ROM build for CME555 problem


Hi Bob,

I am a student working on the University of Michigan FEGI project with
Eric Castle.

I am getting an error message when trying to build a ROM start-up version
of RedBoot for the CME555 tht says:

"redboot.elf section .bss is not within iram region"

It seems to be trying to write outside of the internal RAM and into
external memory (0x00400000) starting at address 0x40395c.

These are the steps that I take using eCos 2.0 ecosconfig with the CVS
repository:

1. > ecosconfig new cme555
2. import redboot_ROM.ecm
3. fix an unresolved conflict by adding CYGPKG_CRC by typing:
   > ecosconfig add CYGPKG_CRC
4. > ecosconfig tree
5. > make

Do you have any idea what could cause this or how it can be resolved?

Thanks,
Miguel Vega



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


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