This is the mail archive of the ecos-discuss@sourceware.org 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: error: no memory region specified for loadable '.ram_vectors'


On Tue, May 30, 2006 at 04:35:14PM +0700, Agus Ariffianto wrote:
> >>>>>My guess is you have the interface to Redboot enabled, but the current
> >>>>>leon port does not support this.
> >>>
> >>>Try turning off:
> >>>
> >>>CYGPKG_HAL_ROM_MONITOR
> >>>CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
> >>>
> >>>       Andrew
> >>
> >>Dear Andrew,
> >>the option CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT couldn't be disable. Thank 
> >>you
> >
> >Ah, O.K. I did not read the cdl closely enough.
> >
> >You want this either disabled, or not active.
> >
> >It is active if CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT is 1 or more. What
> >value does it have for you? If it is 1 or more what implements it?
> >
> >     Andrew
> >
> 
> Property        Value
> Macro            CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
> Enabled        True
> Activelf        CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
> Calculated    1
> Compile        hal_if.c    hal_misc.c

You need to start understanding things for yourself. Why is
CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT 1? It is an interface, so something
must be implementing it. What? Is it possible to disable what is
implementing the interface?

You will probably find this documentation useful. It tells you all
about the cdl language.

http://ecos.sourceware.org/docs-latest/cdl-guide/cdl-guide.html

        Andrew

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