On Tuesday 08 January 2008 16:21, Joerg Wunsch wrote: > > Build is fault at compilation 'libgcc' for avr35: > > illegal opcode movw. > > But avr35 *does* support MOVW, that's the entire point behind it.
It was a strange: xgcc (new) was called with '-mmcu=avr35' options: but the error message was not about this unsupported architecture. It was about: line XXX at .../libgcc.S: illegal opcode movw. Simple 'avr-as -mmcu=avr35' gives normal error message: Fatal error, unknown MCU, avr35. About the question: probably, it is possible by setting variable MULTILIB_EXCEPTIONS. Dmitry. _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
