This directory contains binary snapshots. CURRENTLY THIS ARE TEST VERSIONS ONLY !!! They are compiled and statical(!) linked on a Debian Lenny system with this Makefile. I tested them on squeeze, too. Binutils is configured with: --disable-nls --disable-shared --disable-werror --enable-ld=yes --enable-gold=no The install prefix is: /opt/avr/avr32-tools-XXX XXX .. Version I built it with my avr32-toolchain master make file, which you can get from here: http://svn.anw.at/avr32-toolchain/trunk/Makefile To install the binaries, create a directory (as root) "/opt/avr" # sudo mkdir -p /opt/avr make it world writable (as root) # sudo chmod a+w /opt/avr unpack the tarball (any user) $ cd /opt/avr $ tar -xzf ..../avr32-tools-XXX.tgz add the tools to your path (bash, zsh): $ export PATH="/opt/avr/avr32-tools-XXX/bin:${PATH}"