This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC installation problem using crosstool


When using Crosstool to setup GCC for ARM (running on x86 linux) I get the
following error at the end of the installation:

/temp/crosstool-0.43/build/arm-unknown-linux-gnu/gcc-4.1.0-glibc-2.2.2/binutils-2.16.1/configure
--target=arm-unknown-linux-gnu --host=i686-host_pc-linux-gnulibc1
--prefix=/opt/crosstool/gcc-4.1.0-glibc-2.2.2/arm-unknown-linux-gnu
--disable-nls
--with-sysroot=/opt/crosstool/gcc-4.1.0-glibc-2.2.2/arm-unknown-linux-gnu/arm-unknown-linux-gnu
creating cache ./config.cache
checking host system type... i686-host_pc-linux-gnulibc1
checking target system type... arm-unknown-linux-gnu
checking build system type... i686-host_pc-linux-gnulibc1
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.

---

The complete log and sh-file is attached to the document. I'm rather new to
Linux and am not sure how to interpret the log.

http://www.nabble.com/file/p13249711/log.txt log.txt 
http://www.nabble.com/file/p13249711/demo-arm.sh demo-arm.sh 

BR


-- 
View this message in context: http://www.nabble.com/GCC-installation-problem-using-crosstool-tf4639064.html#a13249711
Sent from the gcc - Help mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]