Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
out of store while compiling
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
118 subscribers
Views
3905 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
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
andredz
over 12 years ago
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
Scott Douglass
over 12 years ago
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...
Cancel
Vote up
0
Vote down
Cancel
Reply
Scott Douglass
over 12 years ago
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...
Cancel
Vote up
0
Vote down
Cancel
Children
No data