AVR32 General/Installing tools on Windows
From AVRFreaks Wiki
To install the AVR32 development tools, run the setup.exe downloaded from the Atmel website or from your installation CD-ROM. The following AVR32 tools will be available:
- avr32-binutils, GNU binutils for AVR32 (assembler, linker etc)
- avr32-gcc, GNU Compiler Collection (GCC) for AVR32
- avr32-gdb, GNU Debugger (GDB) for AVR32
- avr32gdbproxy, GNU Debugger (GDB) proxy server for AVR32
- avr32program, Utility for programming and controlling the AVR32
The AVR32 tools must be run under the Cygwin environment. If Cygwin is not previously
installed on your computer, it will be installed automatically by the AVR32 tools
installer. An existing Cygwin installation will be detected, and the AVR32 tools
will be installed in the existing environment.
Cygwin offers a Unix/Linux-like environment for Windows with a large collection of programs. Only a small subset of Cygwin is installed by the AVR32 tools installer. For information about using Cygwin and installing additional software, please visit the official Cygwin web site.