avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Subject: [avr-gcc-list] can not build gcc3.0.1


From: Alexey Boyko
Subject: Subject: [avr-gcc-list] can not build gcc3.0.1
Date: Tue, 9 Oct 2001 15:12:24 +0300

Hello,

aglrajcn> Subject: [avr-gcc-list] can not build gcc3.0.1

aglrajcn> ./configure --target=avr
aglrajcn> make

aglrajcn> and there after a long time of compiling i got a strange error saying:

aglrajcn> checking whether the C compiler 
(/usr/local/avr-gcc/tmp/gcc-3.0.1/gcc/xgcc 
aglrajcn> -B/usr/local/avr-gcc/tmp/gcc-3.0.1/gcc/ -B/usr/local/avr/bin/ 
aglrajcn> -B/usr/local/avr/lib/ -isystem /usr/local/avr/include -O2 ) works... 
no
aglrajcn> configure: error: installation or configuration problem: C compiler 
cannot 
aglrajcn> create executables.
aglrajcn> make: *** [configure-target-libiberty] Error 1

aglrajcn> Can somebody help ?

I get this problem too. This error happens, because xgcc try to
compile and link test program. But it can't find crts8515.o. This file
come with avr-libc. (find "avr-libc" in www.google.com). Try download
avr-libc. Then for gcc:

$ make all-gcc
$ make install-gcc

make avr-libc and install them. Try to make rest of avr-gcc.

Best regards,
 Alexey                            mailto:address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]