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

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

Re: [avr-gcc-list] Bug in attiny2313 support ?


From: Marek Michalkiewicz
Subject: Re: [avr-gcc-list] Bug in attiny2313 support ?
Date: Fri, 17 Dec 2004 19:56:56 +0100
User-agent: Mutt/1.5.6+20040907i

On Fri, Dec 17, 2004 at 11:09:55AM +0100, Frederik Rouleau wrote:

> When I compile one of my code for attiny2313 I have the following error :
> 
>    /Temp/cck4qsmk.s: Assembler messages:
>    /Temp/cck4qsmk.s:289: Error: illegal opcode mul for mcu attiny2313

Oops.  Libraries built for avr4 also can't be used on attiny2313
and the like.  Until this "half-enhanced" ;) AVR core (with MOVW,
without MUL) is supported properly, these devices will have to be
moved from avr4 to avr2.  This is sub-optimal (MOVW not used),
but GCC 4.0 release is too close for more significant changes...

Marek



reply via email to

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