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: Bruce D. Lightner (La Jolla Shores)
Subject: Re: [avr-gcc-list] Help from a veteran?
Date: Fri, 28 Mar 2003 14:20:05 -0800

Todd,

> 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?
> 
> Thanks
> 
> Todd Batzler
> Senior Staff Engineer
> Miller Electric Mfg Co
> 1635 W Spencer St
> Appleton, WI 54914-0000 USA
> 920 735 4230
> address@hidden
> Phone:  920 735 4230
> Fax:  920 735-4488
> email:  address@hidden

This is what I use in my makefiles...

  .c.o:
        $(CC) $(CFLAGS) -c -g -Wa,-almshd=$*.lst -o $*.o $*.c

Best regards,

Bruce

-- 
 Bruce D. Lightner
 Lightner Engineering
 La Jolla, California
 Voice: +1-858-551-4011
 FAX: +1-858-551-0777
 Email: address@hidden
 URL: http://www.lightner.net/lightner/bruce/


reply via email to

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