[avr-gcc-list] What is the best method to avoid avr35 for avr-gcc 4.3?

2008-01-07 Thread Dmitry K.
Hi. I try to build the avr-gcc 4.3-20080104 snapshot. Binutils is 2.18. Build is fault at compilation 'libgcc' for avr35: illegal opcode movw. Is there any method to configure GCC to work with binutils-2.18 ? Thanks, Dmitry. ___ AVR-GCC-list

Re: [avr-gcc-list] What is the best method to avoid avr35 for avr-gcc 4.3?

2008-01-07 Thread Joerg Wunsch
Dmitry K. [EMAIL PROTECTED] wrote: Build is fault at compilation 'libgcc' for avr35: illegal opcode movw. But avr35 *does* support MOVW, that's the entire point behind it. -- cheers, Jorg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/NIC:

Re: [avr-gcc-list] What is the best method to avoid avr35 for avr-gcc 4.3?

2008-01-07 Thread Dmitry K.
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