From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Csebits To: Gary Thomas Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] vector table Date: Thu, 03 May 2001 07:16:00 -0000 Message-id: <20010503161547.A27137@frequentis.com> References: <20010503152343.A22457@frequentis.com> X-SW-Source: 2001-05/msg00033.html 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