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

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

Re: [avr-gcc-list] linker problem?


From: K.Omoto
Subject: Re: [avr-gcc-list] linker problem?
Date: Fri, 17 Mar 2006 09:00:50 +0900
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

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..

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.

Thanks

Kaz





reply via email to

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