[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 mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/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: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)


___
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list


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 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
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list