We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I get this message when compiling my program. It's about 25KB big, and MC have 32KB... What should I do to compile bigger programs anway, because program is not completed yet, I have to add some more stuff.
Compile every source file separately to find the file that is causing the problem, then have a good look at it.
"find the file that is causing the problem, then have a good look at it."
And if you can't see it, remove half of the source code: if the error persists, then you know that it's in the remaining half of the source; if the error goes away, then it's probably in the half that you removed.
Repeat as necessary!