[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] avr-objdump behaviour
From: |
gouy yann |
Subject: |
Re: [avr-gcc-list] avr-objdump behaviour |
Date: |
Thu, 11 Nov 2004 19:25:50 +0100 (CET) |
Hi,
I think Ben and I want the .lst reflects the content
of the whole project without missing some C lines.
It appears that bug parts of the C files aren't listed
in the .lst file.
best regards
Yann
--- "E. Weddington" <address@hidden> a écrit :
> Ben Mann wrote:
>
> >Hi,
> >
> >I have an AVR project which I would like to
> optimise a little (a lot) and
> >for this purpose I hoped to use the avr-objdump
> output.
> >
> >Sorry for the length of the message, but I've tried
> to be brief :S
> >
> >For some functions avr-objdump places source code
> lines in the .lst file,
> >while for others it does not...
> >
> >
> <snip>
>
> >PS The WinAVR release is 20040720 on Windows.
> >
> >
>
> I'm sorry... What are you actually trying to do?
>
> Do you want a listing that includes both C source
> and assembly?
>
> Since you are using WinAVR, then you should use the
> WinAVR Makefile
> template that comes with it, or use the MFile
> utility to generate your
> makefile. The Makefile template (both from WinAVR
> and Mfile), has
> commands to generate a .lst file that include mixed
> C and assembly. This
> is done when the file is assembled, not from
> avr-objdump output. The
> Makefile also generates what it calls an "extended
> listing" (.lss) file,
> which is the avr-objdump output from the entire
> linked ELF file. Would
> one of these outputs be what you are looking for?
>
> Eric
>
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list
>
=====
Vous manquez despace pour stocker vos mails ?
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour
dialoguer instantanément avec vos amis. A télécharger gratuitement sur
http://fr.messenger.yahoo.com
Re: [avr-gcc-list] avr-objdump behaviour, Erik Christiansen, 2004/11/15