Hi, thanks for the quick response.
On 09/18/2011 02:16 PM, Bob Paddock wrote: > # Compiler flag to set the C Standard level. > # c89 = "ANSI" C > # gnu89 = c89 plus GCC extensions > # c99 = ISO C99 standard (not yet fully implemented) > # gnu99 = c99 plus GCC extensions > CSTANDARD = -std=gnu99 That was the problem ! With c99, I get the mentioned compiler error. However, with gnu99, it compiles just fine. Thank you. Regards, Stefan _______________________________________________ AVR-libc-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-libc-dev
