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:49:44 +0900
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Hi,
Eric Weddington wrote:
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.

The testing code is very simple:

void call_something()
{
  _delay_ms(10);
}

Well, if it didn't work with 3.4.4 and 3.4.6, I doubt that 3.4.5 will magically fix it. ;-)


Surely, it is..
I want to clutch even at straws.

Kaz




reply via email to

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