Tools
From OpenAVR
Contents |
[edit] GNU Toolchain for AVR
[edit] GNU Binutils
| Installation | |
|---|---|
| Windows | Included in WinAVR |
| Linux | Binary packages are available for most distributions |
| MacOS X | Available through macports |
| Other | Source code packages are available |
The binary utility collection contains the following
avr-as Translates assembler source code to object files.
avr-ld Links object files.
avr-ar Creates, modifies and extracts from libraries.
avr-ranlib Generates an index to library contents.
avr-objcopy Copies and translates object files to different formats.
avr-objdump Displays informations from object files.
avr-size Lists section sizes and total size.
avr-nm Lists symbols from object files.
avr-strings Lists printable strings from files.
avr-strip Discards symbols from files.
avr-readelf Displays the contents of ELF files.
avr-addr2line Converts addresses to file and line.
avr-c++filt Demangles C++ symbols.
http://www.gnu.org/software/binutils/ Homepage of GNU Binutils
http://packages.debian.org/binutils-avr/ Debian package
[edit] GNU Compiler Collection
| Installation | |
|---|---|
| Windows | Included in WinAVR |
| Linux | Binary packages are available for most distributions |
| MacOS X | Available through macports |
| Other | Source code packages are available |
[edit] GNU Debugger
| Installation | |
|---|---|
| Windows | Included in WinAVR |
| Linux | Binary packages are available for most distributions |
| MacOS X | Available through macports |
| Other | Source code packages are available |
[edit] Other Tools
[edit] avrdude
| Installation | |
|---|---|
| Windows | Included in WinAVR |
| Linux | Binary packages are available for most distributions |
| MacOS X | Available through macports |
| Other | Source code packages are available |

