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

Out of Memory while linking

Note: This was originally posted on 5th September 2010 at http://forums.arm.com

hi
While doing a ARM build using RVCT 2.2 patch 686, I am getting the following error

Fatal error: L6000U: Out of memory.
Not enough information to list image symbols.


This is a symbian build.
__________________________________________________
Parents
  • Note: This was originally posted on 25th October 2010 at http://forums.arm.com

    I'm guessing that the problem is that you need more memory.  How much do you have?  How big did the armlink process get?

    You can try typing the error message into a web search engine, which should find this Knowledgebase article [url="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka4090.html"]infocenter.arm.com/.../index.jsp


    I presume this is happening for a debug build?

    If so, try adding "--remove_unneeded_entities" to your compiler command line
Reply
  • Note: This was originally posted on 25th October 2010 at http://forums.arm.com

    I'm guessing that the problem is that you need more memory.  How much do you have?  How big did the armlink process get?

    You can try typing the error message into a web search engine, which should find this Knowledgebase article [url="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka4090.html"]infocenter.arm.com/.../index.jsp


    I presume this is happening for a debug build?

    If so, try adding "--remove_unneeded_entities" to your compiler command line
Children
No data