Hello Guys,
I am getting an unusual error when i compile my program: "Code size exceeded maximum, break program into separately translated units." Now i dont know how to compile my program.
Anybody ever deal with this kind of error?
Hello Guys,
I am getting an unusual error when i compile my program: "Code size exceeded maximum, break program into separately translated units." Now i dont know how to compile my program.
Anybody ever deal with this kind of error?
Didn't find what you were looking for?
New postDear pal,
You receive this when the code gets too large, well that is pretty much obvious. Let me tell you how to fix this. You can separate the variables and constants in separate file and then you can include that in your main file. This will reduce the code length and size.
Have a good day!
Please sign in to leave a comment.
Comments
2 comments