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: warning: no memory region specified ...


On Tue, Oct 22, 2002 at 04:20:16PM +0200, Holger Schurig wrote:
> > >    ecosconfig new idppxa redboot
> > >    ecosconfig tree
> > >    make
> >
> > You forgot the import the ecm file for redboot. These are normally in
> > the support directory for your hal.
> 

> I am the one who has to write this file and put it into the support directory. 
> Which values where would affect this behavior?

Probably none will affect this, its your compiler that has the
problem. Typical things to set in this file are the startup type,
making sure redboot is actually built, ensuring a ROM monitor is
included etc. Have a look at another platform for examples.

> By the way, when I do an
> 
>     ecosconfig new ipaq redboot
>     ecosconfig import 
> ../packages/hal/arm/sa11x0/ipaq/current/misc/redboot_RAM.ecm
>     ecosconfig tree
>     make
> 
> I get this errors, too.

Yes, that shows its your tool chain. It need extra segments in the elf
image which the linker scripts don't support.

      Andrew

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