arduino / toolchain-avr

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

Build failed (no AVR GCC toolchain available) #81

Closed 4ntoine closed 3 years ago

4ntoine commented 3 years ago

http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/ is currently unavailable. Worth using mirror? BTW, what are the versions (binutils, mpfr, mpc, etc) for 7.3.0-3.6.1?

4ntoine commented 3 years ago

bash ./tools.bash:

VERSIONS
-------------------------------------------------------------------------------
GCC:         7.3.0
AVR:         3.6.1
BUILD:       arduino5
AUTOCONF:    
AUTOMAKE:    
GMP:         
MPFR:        3.1.0
MPC:         

SOURCES
-------------------------------------------------------------------------------
AUTOCONF:    https://ftp.gnu.org/gnu//autoconf/autoconf-.tar.bz2
AUTOMAKE:    https://ftp.gnu.org/gnu//automake/automake-.tar.bz2
GMP:         https://ftp.gnu.org/gnu//gmp/gmp-.tar.bz2
MPFR:        https://ftp.gnu.org/gnu//mpfr/mpfr-3.1.0.tar.bz2
MPC:         http://www.multiprecision.org/downloads/mpc-.tar.gz
AVR:         http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.6.1/*
--2021-02-17 00:11:00--  https://ftp.gnu.org/gnu//autoconf/autoconf-.tar.bz2
Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-17 00:11:01 ERROR 404: Not Found.

tar (child): autoconf-.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
./tools.bash: line 40: cd: autoconf-: No such file or directory
./tools.bash: line 44: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
/home/anton/toolchain-avr/toolsdir/bin
--2021-02-17 00:11:01--  https://ftp.gnu.org/gnu//automake/automake-.tar.bz2
Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-17 00:11:02 ERROR 404: Not Found.

tar (child): automake-.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
./tools.bash: line 59: cd: automake-: No such file or directory
./tools.bash: line 61: ../automake-patches/0001-fix-perl-522.patch: No such file or directory
cp: cannot stat '../config.guess-am-1.11.4': No such file or directory
./tools.bash: line 64: ./bootstrap: No such file or directory
./tools.bash: line 68: ./configure: No such file or directory
cp: cannot stat 'doc/automake.texi': No such file or directory
./tools.bash: line 72: doc/automake.texi: No such file or directory
cat: doc/automake.texi2: No such file or directory
rm: cannot remove 'doc/automake.texi2': No such file or directory
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
4ntoine commented 3 years ago

Ok, i can see it's replaced with "downloads.arduino.cc"