arduino / toolchain-avr

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

Code on main branch no longer builds due to moved dependency - hash 8ed806af1d739132c56062d2271a20e5c09a7e7a #31

Closed timmattison closed 8 years ago

timmattison commented 8 years ago

The latest hash as of today - 8ed806af1d739132c56062d2271a20e5c09a7e7a - fails to build because it tries to pull v1.8.0 of avc-libc from http://download.savannah.gnu.org/releases/avr-libc/. The latest version is available here - http://download.savannah.gnu.org/releases/avr-libc/avr-libc-1.8.1.tar.bz2 - and the 1.8.0 version is available in the old-releases directory here - http://download.savannah.gnu.org/releases/avr-libc/old-releases/avr-libc-1.8.0.tar.bz2

The build script should be updated to use 1.8.0 from the old-releases directory. I'll create a fork, test that, and follow up here.

cmaglie commented 8 years ago

Fixed by #32