[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Failing to build avr-gcc on Linux FC1
From: |
Erik Christiansen |
Subject: |
Re: [avr-gcc-list] Failing to build avr-gcc on Linux FC1 |
Date: |
Wed, 18 Aug 2004 19:07:50 +1000 |
User-agent: |
Mutt/1.3.28i |
On Wed, Aug 18, 2004 at 10:53:41AM +0200, Bernard Fouch? wrote:
>
> ./configure --target=avr --prefix=/home/avrdev/gccbuild --disable-nls --enab
> le-languages=c ; make
>
> I then got:
...
> make[2]: *** [libgcc/./_mulqi3.o] Error 1
You'll probably receive more experienced help than mine, but for a
quick start:
Have you built binutils? Are you following:
http://www.nongnu.org/avr-libc/user-manual/install_tools.html
or similar?
Without really digging, I'd hazard a guess that _mulqi3.o is provided
by binutils, so build it first and things will improve.
Good luck.
Erik