10.3.11 Toolchain
Toolchain
Use a Toolchain to compile, link, and transform the source code into an executable form targeting the AVR devices. By default, AVR Studio has the following Toolchain Type extensions.
Toolchain type | Language | Description |
---|---|---|
AVR Assembler | Assembly | Used for building 8-Bit Assembler projects |
AVR 8-bit | C | Used for building 8-Bit C/C++ projects |
C++ | ||
AVR 32-bit | C | Used for building 32-Bit C/C++ projects |
C++ | ||
Arm 32-bit | C | Used for building Arm C/C++ projects |
C++ |