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


_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to