[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] avr3, 4 or 5
From: |
E. Weddington |
Subject: |
Re: [avr-gcc-list] avr3, 4 or 5 |
Date: |
Mon, 11 Aug 2003 17:50:26 GMT |
> Hi,
>
> I remeber reading about avr3, avr4 and avr5 options a
long time ago, but I
> cannot find the documentation on them now. I think the
103 is an avr3. Is
> the 128 an avr4? If so, this could be our problem.
>
> -Brian
>
It might be, because you probably don't need them. Use the
-mmcu=<processor> flag when compiling and linking and set
the processor type such as: -mmcu=atmega128
What OS are you using?
Eric