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 store while compiling

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

I got this error while compiling a large file.

Error: C3048U: out of store while compiling with -g. Allocation size was 20770816, system size is 653640852.

Is this due to compiler limitation?
How do you increase the allocation size?

Thanks,
-a
Parents
  • Note: This was originally posted on 30th June 2010 at http://forums.arm.com

    But, I thought there way a way to increase the allocation size.


    I think the allocation size is telling how many bytes armcc was trying to get when it ran out and the system size is how many it has allocated so far -- but the actual details may be different.

    I think you need to increase your virtual (or actual) memory somehow.  Or compile without -g or split the file up...
Reply
  • Note: This was originally posted on 30th June 2010 at http://forums.arm.com

    But, I thought there way a way to increase the allocation size.


    I think the allocation size is telling how many bytes armcc was trying to get when it ran out and the system size is how many it has allocated so far -- but the actual details may be different.

    I think you need to increase your virtual (or actual) memory somehow.  Or compile without -g or split the file up...
Children
No data