AVR Toolchain Installation
1. Introduction
The AVR toolchain is a set of tools that makes it possible to develop software for AVR devices. The toolchain is made up of the following tools:
- GCC
- GNU Binutils
- avr-libc
- GDB
- AVRDUDE
This tutorial describes the installation of each of these tools.