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: Rich Neswold
Subject: Re: [avr-gcc-list] A "final" list file
Date: Thu, 27 Sep 2001 12:57:05 -0500
User-agent: Mutt/1.2.5i

Wasn't it 27-Sep-2001, at 08:52AM, when TODD BATZLER said:
> 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. 

I use

    avr-objdump --disassemble-all -source FILE | less

where FILE is the name of your file (could be a .o file or the final, fully
linked binary.) You may have to compile your files with -g to get the
debugging info in there.

-- 
 Rich Neswold

 efax: 1.240.536.7092
  web: www.enteract.com/~rneswold/

Attachment: pgpkE_VfmTKgD.pgp
Description: PGP signature


reply via email to

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