7.9 Binutils
The following AVR 32-bit GNU Binutils are available:
- avr32-ld - GNU linker.
- avr32-as - GNU assembler.
- avr32-addr2line - Converts addresses into filenames and line numbers.
- avr32-ar - A utility for creating, modifying and extracting from archives.
- avr32-c++filt - Filter to demangle encoded C++ symbols.
- avr32-nm - Lists symbols from object files.
- avr32-objcopy - Copies and translates object files.
- avr32-objdump - Displays information from object files.
- avr32-ranlib - Generates an index to the contents of an archive.
- avr32-readelf - Displays information from any ELF format object file.
- avr32-size - Lists the section sizes of an object or archive file.
- avr32-strings - Lists printable strings from files.
- avr32-strip - Discards symbols.
For more information about each util, use the built-in help command: avr32-<util name here> --help
.
- For general information about GNU Assembler (GAS), GNU linker, and other binutils, visit the official GNU Binutils website