avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] cannot access TCC0.PER or any other 16-bit register o


From: Stefan Schoenleitner
Subject: Re: [avr-libc-dev] cannot access TCC0.PER or any other 16-bit register on ATXMega128A1
Date: Sun, 18 Sep 2011 14:41:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13

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



reply via email to

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