The AVR32 development tools are provided for Windows XP and Windows 2000, and the Linux distributions Fedora Core 5 and Ubuntu 6.06. The following sections contain installation instructions for each operating system:
The simplest solution for Linux installation is to use the Internet to get the latest versions of the packages. If you are behind a firewall, and need to use a proxy to access HTTP servers, excecute the following command:
export http_proxy=http://proxy.your.domain:port
If you are behind a firewall/proxy which requires authentication, add your username and password like this:
export http_proxy=http://user:password@proxy.your.domain:port
Buildroot users should note that they are not required to install the AVR32 GNU Toolchain locally on their computer. Buildroot will download and build a suitable toolchain by itself.