AVR32 General/Tools Installation
From AVRFreaks Wiki
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:
- Installing tools on Windows
- Installing tools on Fedora
- Installing tools on Ubuntu Linux
- Installing tools on openSUSE
- Manual installation of tools
Direct FB Installation
The Direct FB library is a graphical library for the AVR32 Linux development. The Direct FB installation is currently not included in the AVR32 Tools installation. For instructions on how to install this manually please refer to the Known Issues section.
Proxy settings
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