Skip to content

Editor crashes when program reaches certain size #3142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dan-racke opened this issue May 14, 2015 · 2 comments
Closed

Editor crashes when program reaches certain size #3142

dan-racke opened this issue May 14, 2015 · 2 comments
Milestone

Comments

@dan-racke
Copy link

Hi, I have a problem. I am programming a Mega 2560. So far in the editor I only have around 2800 lines of code written. When I try to add more lines to the program and then compile I get the following error:

collect2.exe: error: ld returned 5 exit status
Error compiling.

This seems to happen around 2820 lines in the program.
What's up with this. I am barely scratching the memory available in the Mega, but it seems I cannot make a program big enough to fill it.

@mschlenker
Copy link
Contributor

Are you using XP? You might have run into #2989

@dan-racke
Copy link
Author

I am using XP and I followed the various posts and loaded 1.0.6.. Yup, it fixed my problem, unfortunately, 1.6.4. did have a nice feature of allowing me to pre-initialize structures, and it would report the amount of memory used by the program. But, hey I can live with the loss of that as long as it lets me make large programs that will compile without errors :)

@ffissore ffissore modified the milestone: Release 1.6.5 May 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants