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: ARM vectors


This seems to work properly on all of the ARM platforms I have.

On 02-Aug-2000 Carl van Schaik wrote:
> Hi
> 
> I'm having a bit of trouble with the vectors.S on EB01
> I defined CYGHWR_HAL_ARM_HAS_MMU so that my reset_vector is supposed to
> remap to 0x0 based address.
> The macro (UNMAPPED_PTR) (x)-__exception_handlers seems to make the
> reset_vector address 0x64 instead of 0x44 (When I examine the memory in
> the simulator) I think this might be due to the .section ".fixed_vectors"
> which gets remapped into RAM. The macro is computed before this remapp and
> the offset is thus left incorrect.

This must be a problem with your linker layout. What do your MLT files look
like?

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