problem with AVR cross compiler

Brian Dessent brian@dessent.net
Thu Mar 6 22:54:00 GMT 2008


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



More information about the Gcc-help mailing list