We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gcc 4.7.3 is pretty dated. The latest AVR toolchain from Atmel includes gcc 4.9.2 http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORWINDOWS.aspx
avr-gcc 4.9.2 and enabling lto (add -flto to the flags in cores/AVR8bit/makefile) should make a significant reduction in code size. http://nerdralph.blogspot.ca/2014/04/gcc-link-time-optimization-can-fix-bad.html
The text was updated successfully, but these errors were encountered:
thanks, we will look into that : )
Sorry, something went wrong.
It's issue #42. That muat be a sign that it is the answer to life, the universe, and everything! :-)
No branches or pull requests
gcc 4.7.3 is pretty dated. The latest AVR toolchain from Atmel includes gcc 4.9.2
http://www.atmel.com/tools/ATMELAVRTOOLCHAINFORWINDOWS.aspx
avr-gcc 4.9.2 and enabling lto (add -flto to the flags in cores/AVR8bit/makefile) should make a significant reduction in code size.
http://nerdralph.blogspot.ca/2014/04/gcc-link-time-optimization-can-fix-bad.html
The text was updated successfully, but these errors were encountered: