arduino / toolchain-avr

The AVR toolchain used by the Arduino IDE
144 stars 48 forks source link

Upgrading, More official versions ?? #27

Closed ShorTie8 closed 8 years ago

ShorTie8 commented 8 years ago

Been playing, And was wondering if it would help to use some of the more "Official" versions of avr-binutils, avr-gcc and avr-gdb along with adding atleast ncurses ??

Like from: http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.0/

Or is there something that all the patching is doing special ??

cmaglie commented 8 years ago

It depends on what you mean with "official", because there is the "official" upstream avr-gcc http://www.nongnu.org/avr-libc/ and various different patched release around. The most valuable "patched" version is the one made by Atmel, in fact our current release tracks the Atmel-AVR-GNU-Toolchain 3.4.5, the patching that you see are the diffs between the upstream avr-gcc and the Atmel patched gcc.

In other words what the build script does is:

Since Atmel is out with 3.5.0 we can now consider upgrading the toolchains to this release.

cmaglie commented 8 years ago

We are now tracking directly Atmel bundle.