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

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

Re: [avr-gcc-list] basic compiler issues for ATMEGA128


From: E. Weddington
Subject: Re: [avr-gcc-list] basic compiler issues for ATMEGA128
Date: Mon, 07 Feb 2005 14:09:41 -0700
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Jim Davis wrote:

Anybody help a newcomer to this tool?

I get the errors listed here when trying to compile source that works fine
with the imagecraft compiler
I specified the atmega128 cpu but there are keywords the compiler is
complaining about.  Im using the
boilerplate makefile that came with winavr...


#pragma used+
sfrb PINF=0;
sfrb PINE=1;
...
#pragma used-


Huh?
There are no such pragmas in the GCC compiler, much less it doesn't know anything about "sfrb".

Have you taken a look at the avr-libc user manual?

Are you using WinAVR?

Eric


reply via email to

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