Just built Atmel 3.4.5 from source , because .... (i use to...)
I had to modify a bit in the build-avr8-gnu-toolchain-git.sh , where 3.4.4 actually was close to working (according to their description)
Atmel did FSCK up in the extractions , and header replacement in the 3.4.5 script. And they packed gdb with a dirname of binutils-gdb ????
But here it is
Unpacking ncurses... OK
Preparing GDB... OK
Building Binutils for avr... OK
Installing binutils for avr... OK
Building libgmp ... OK
Installing gmp ... OK
Building libmpfr ... OK
Installing mpfr ... OK
Building libmpc ... OK
Installing mpc ... OK
Building bootstrap GCC for avr... OK
Installing bootstrap GCC for avr... OK
Building avr-libc ... OK
Installing avr-libc ... OK
Building libgmp ... OK
Installing gmp ... OK
Building libmpfr ... OK
Installing mpfr ... OK
Building libmpc ... OK
Installing mpc ... OK
Building full GCC for avr... OK
Installing full GCC for avr... OK
Building ncurses ... OK
Installing ncurses ... OK
Building GDB for avr... OK
Installing GDB for avr... OK
Finished at Tue Nov 11 21:42:44 CET 2014
Task completed in 1 hours, 14 minutes and 57 seconds.
And result
$./avr-gcc -v
Using built-in specs.
COLLECT_GCC=./avr-gcc
COLLECT_LTO_WRAPPER=/home/bingo/1-Build-Avr-GCC/Atmel-3.4.5/builddir/inst/libexec/gcc/avr/4.8.1/lto-wrapper
Target: avr
Configured with: /home/bingo/1-Build-Avr-GCC/Atmel-3.4.5/builddir/src/gcc/configure LDFLAGS=-L/home/bingo/1-Build-Avr-GCC/Atmel-3.4.5/builddir/inst/lib CPPFLAGS= --target=avr --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/home/bingo/1-Build-Avr-GCC/Atmel-3.4.5/builddir/inst --libdir=/home/bingo/1-Build-Avr-GCC/Atmel-3.4.5/builddir/inst/lib --enable-languages=c,c++ --with-dwarf2 --enable-doc --disable-shared --disable-libada --disable-libssp --disable-nls --with-avrlibc=yes --with-mpfr=/home/bingo/1-Build-Avr-GCC/Atmel-3.4.5/builddir/inst --with-gmp=/home/bingo/1-Build-Avr-GCC/Atmel-3.4.5/builddir/inst --with-mpc=/home/bingo/1-Build-Avr-GCC/Atmel-3.4.5/builddir/inst --enable-fixed-point --with-pkgversion=AVR_8_bit_GNU_Toolchain_3.4.5-Bingo_201411112027 --with-bugurl=http://www.atmel.com
Thread model: single
gcc version 4.8.1 (AVR_8_bit_GNU_Toolchain_3.4.5-Bingo_201411112027)
Is there any interest in a new .deb for RasPI on wrightflyer ?
I don't want to spent the time for making the .deb , if no one wants it.
/Bingo