-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Missing Support for Tiny 4/5/9/10/20 (Reduced Core TinyAVR) #42
Comments
I think the problem is that the build process isn't bringing in the "avrtiny" gcc core for some reason. I can't see a configuration option readily, maybe this is a discrepancy with the GPL released sources not matching the Atmel (Microchip) build of gcc? Official Build
IDE 1.6.13 Build
|
It seems that building avr-gdb nukes the avrtiny chips. Doing a grep for "avtiny" in the
Full sets of matches below. Before Building gdb
After Building gdb
|
Eureka! For the reason we can look in the official build script
In short, make install for (avr-)gdb will also install another, older, version of binutils, which doesn't have the proper support for the avrtiny (4/5/9/10 etc Reduced Core TinyAVR) in it. |
…the top of the one we already compiled. See arduino#42
fixed by #43 |
The avr-gcc 4.9.2 in IDE 1.6.13 does still not know about the ATTiny 4/5/9/10/20 Reduced Core TinyAVR chips.
The official avr-gcc 4.9.2 does
Official
Arduino 1.6.13
The text was updated successfully, but these errors were encountered: