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

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

Re: [avr-gcc-list] avr-as and debugging symbols


From: manders1
Subject: Re: [avr-gcc-list] avr-as and debugging symbols
Date: Tue, 1 Jul 2003 07:51:12 -0400

> address@hidden wrote:
> 
> >     .stabs  "int:t(0,1)=r(0,1);-32768;32767;",128,0,0,0
> >     .stabs  "char:t(0,2)=r(0,2);0;127;",128,0,0,0
> > 
> > However, these symbols don't appear in the executable
> > when doing an "avr-objdump -g".  What does appear are
> > things like:
> > 
> >     typedef int16 int;
> >     typedef int8 char;
> >     typedef int32 long int;
> 
> Sure, that's the translated form.  Use avr-objdump -G to see the raw
> stabs.
> 
> -- 
> J"org Wunsch                                         Unix support engineer
> address@hidden        http://www.interface-systems.de/~j/

Yes, I see.

So now I'm basically up and running on Linux except
that I have to make sure I can use avrdude.  Thanks
for all of your help.

--
mark anderson
address@hidden


reply via email to

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