This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM linker v5.02 error L6286E

Note: This was originally posted on 6th March 2013 at http://forums.arm.com

Hello,
I'm trying to compile some software for a cortexA8 core and during link I get the following error:

ARM Linker: Execution interrupted due to an illegal storage access.
Error: L6286E

Do someone knows where I can find more details about the error?
There a lot of different modules in this software and I cannot find which one is triggering this error.

Thanks!

Regarsd,
Nicolas.
Parents
  • Note: This was originally posted on 8th March 2013 at http://forums.arm.com

    It looks like the linker is faulting while it's trying to give you an error message.  Try linking with --verbose and maybe that will help narrow down the object file triggering the problem.  Or maybe try to find the problem by binary searching the set of object files.
Reply
  • Note: This was originally posted on 8th March 2013 at http://forums.arm.com

    It looks like the linker is faulting while it's trying to give you an error message.  Try linking with --verbose and maybe that will help narrow down the object file triggering the problem.  Or maybe try to find the problem by binary searching the set of object files.
Children