Opened 15 years ago
Closed 15 years ago
#234 closed task (invalid)
cross gcc final fail in sparc64 multilib
Reported by: | chouimat | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | BOOK | Version: | |
Keywords: | Cc: | chouimat@… |
Description
I get the following error trying to compile cross gcc final for sparc64 multilib using the instruction from svn
Checking multilib configuration for libgomp... mkdir -p -- sparc64-unknown-linux-gnu/libgomp Configuring in sparc64-unknown-linux-gnu/libgomp configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for --enable-generated-files-in-srcdir... no checking build system type... x86_64-cross-linux-gnu checking host system type... sparc64-unknown-linux-gnu checking target system type... sparc64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for sparc64-unknown-linux-gnu-strip... /cross-tools/sparc64-unknown-linux-gnu/bin/strip checking for sparc64-unknown-linux-gnu-gcc... /home/clfs/work/gcc-build/./gcc/xgcc -B/home/clfs/work/gcc-build/./gcc/ -B/cross-tools/sparc64-unknown-linux-gnu/bin/ -B/cross-tools/sparc64-unknown-linux-gnu/lib/ -isystem /cross-tools/sparc64-unknown-linux-gnu/include -isystem /cross-tools/sparc64-unknown-linux-gnu/sys-include checking for C compiler default output file name... configure: error: in `/home/clfs/work/gcc-build/sparc64-unknown-linux-gnu/libgomp': configure: error: C compiler cannot create executables See `config.log' for more details. make[1]: * [configure-target-libgomp] Error 1 make[1]: Leaving directory `/home/clfs/work/gcc-build' make: * [all] Error 2