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]

Re: vector table


On Thu, May 03, 2001 at 07:30:02AM -0600, Gary Thomas wrote:
> 
> On 03-May-2001 Christoph Csebits wrote:
> > i have a problem setting up the vector tables 
> > 
> > nm gives me:
> 
> What?
nm - list symbols from object files.

0000000000010900 ? __exception_decrementer

this line shows me the the exception handler for
the decrementer interrupt is located at offset 0x10900
but it should located at 0x00900 (MSR[IP]=0).

In other words:
A decrementer exception is vectored to 0x00900 but
the belonging handler waits at 0x10900.

or am i completely wrong?

> For this mode of operation, make sure that you set
>   CYGSEM_HAL_POWERPC_COPY_VECTORS
turned on

> Also, make sure that you turn off
>   CYGSEM_HAL_USE_ROM_MONITOR
turned off


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