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

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

[avr-gcc-list] (Fwd) New WinAVR release.


From: E. Weddington
Subject: [avr-gcc-list] (Fwd) New WinAVR release.
Date: Fri, 25 Apr 2003 15:16:35 -0600

I'm forwarding this to avr-gcc-list as a potential GCC problem that 
needs checking out.

Eric


------- Forwarded message follows -------
From:                   <address@hidden>
To:                     "E. Weddington" <address@hidden>
Subject:                New WinAVR release.
Date sent:              Fri, 25 Apr 2003 23:12:14 +0200


Hi Eric,
i have some problems with the new WinAVR release.
If compile a simple program like this the .text section explode up to 
4.8 kbyte.
With the old release it use a few bytes.
What is that?
The program runs correctly but what is with the trash in the hex 
file?
#include <avr/io.h>
Int main void
{
DDRA = 0xff;
return(0);
}
Bye,
Kai
------- End of forwarded message -------


reply via email to

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