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

"parse stack overflow" on C51

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.

Parents Reply Children
  • "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!