Skip to content
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

update compiler #42

Open
nerdralph opened this issue Oct 11, 2015 · 2 comments
Open

update compiler #42

nerdralph opened this issue Oct 11, 2015 · 2 comments

Comments

@nerdralph
Copy link

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

@dbarragan
Copy link
Contributor

thanks, we will look into that : )

@nerdralph
Copy link
Author

It's issue #42. That muat be a sign that it is the answer to life, the universe, and everything! :-)

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

2 participants