elf2tag - Man Page

output a tagfile for the avrdude disasm command

Synopsis

elf2tag <file.elf>

elf2tag [-h | --help]

Description

elf2tag generates a tagfile for use with the avrdude disasm command.

Options

-h --help

Prints the help message and exits.

Examples

$ elf2tag file.elf > file.tag
$ avrdude -t ...
avrdude> ...
avrdude> disasm -t=file.tag ...

Authors

elf2tag was written by Johannes Bauer with small modifications by Stefan Rueger.

See Also

avrdude(1), avr-nm, avr-objdump(1)

Info

2024-09-01 avrdude elf2tag Manual