|
From: | Eric Weddington |
Subject: | Re: [avr-gcc-list] linker problem? |
Date: | Thu, 16 Mar 2006 17:11:45 -0700 |
User-agent: | Mozilla Thunderbird 1.0.2 (Windows/20050317) |
K.Omoto wrote:
Thank you for a reply, Mr. Weddington.Try this: ----------------------------------- int main(void) { DDRD=0xff; PORTD='a'; call_something(); PORTD='b'; while(1) { } } -----------------------------------I tried, but no change..
Then you'll have to post your code that includes the call_something() function. That way we can see what is happening there.
Oh, interesting. I didn't release that 3.4.6 had been released. The GCC website didn't announce it, but I see it on one of the mirrors.I have used gcc-3.4.4 till yesterday, where the same problem occures. Maybe I sould try 3.4.5.
Well, if it didn't work with 3.4.4 and 3.4.6, I doubt that 3.4.5 will magically fix it. ;-)
-- Eric Weddington
[Prev in Thread] | Current Thread | [Next in Thread] |