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.
"I don't have 32 level deep nesting"
Maybe you don't intend to, but it can be quite easy to achieve by accident!
eg, if you forget a closing brace, the next opening brace is then effectively another level of nesting...
similarly, if you are playing preprocessor tricks, and one of your macro expansions is broken, it could lead to similar effects...