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

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

Re: [avr-gcc-list] Help from a veteran?


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Help from a veteran?
Date: Mon, 31 Mar 2003 10:00:05 +0200 (MET DST)

"TODD BATZLER" <address@hidden> wrote:

> I'm positive this in the documentation somewhere, because I've found
> it and done it before, but how do you get the .stabs and .stabn
> information to not be inserted into your *.lst files?

IMHO, you can't, short of not using -g in the compilation, of course.

I have come to not value list files anymore at all.  If i want to see
the assembler code, i type "make foo.s" to get the assembler file
compiled from foo.c, and look at it.

Alternatively, have a look at avr-objdump -S.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

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