avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] A "final" list file


From: Clemens Gerlach
Subject: Re: [avr-gcc-list] A "final" list file
Date: Thu, 27 Sep 2001 16:13:00 +0200
User-agent: Mutt/1.2.5i

On Thu, Sep 27, 2001 at 08:52:13AM -0500, TODD BATZLER wrote:
> Can anyone tell whether the avr-gcc tool set can generate a "final" list 
> file, after the linking stage, with all symbol and relocatable addresses 
> resolved in this list file??  I find the list files created from the 
> relocatable object files helpful, but limited for debugging purposes.  I'd be 
> more than happy with an assembly language file, with mnemonics. 

try:

avr-objdump -D <elf-file>

clemens



reply via email to

[Prev in Thread] Current Thread [Next in Thread]