This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: problem with AVR cross compiler
- From: Brian Dessent <brian at dessent dot net>
- To: Egbert Jan van den Bussche <egbert at vandenbussche dot nl>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 06 Mar 2008 14:53:40 -0800
- Subject: Re: problem with AVR cross compiler
- References: <47D06787.7080306@vandenbussche.nl>
- Reply-to: gcc-help at gcc dot gnu dot org
Egbert Jan van den Bussche wrote:
> ../../gcc/config/avr/libgcc.S: Assembler messages:
> ../../gcc/config/avr/libgcc.S:280: Error: illegal opcode movw for mcu avr3
> ../../gcc/config/avr/libgcc.S:282: Error: illegal opcode movw for mcu avr3
The errors are from the assembler, not from gcc. You might try updating
to the latest version of binutils (which contains the assembler) which
might have updated or fixed AVR support.
Brian