From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6268 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: libgcc errors Date: Tue, 7 Oct 2014 21:51:57 +0200 Message-ID: <20141007195156.GV21835@port70.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1412711536 22904 80.91.229.3 (7 Oct 2014 19:52:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2014 19:52:16 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6281-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 07 21:52:11 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Xbanp-00024s-PC for gllmg-musl@plane.gmane.org; Tue, 07 Oct 2014 21:52:09 +0200 Original-Received: (qmail 19551 invoked by uid 550); 7 Oct 2014 19:52:08 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 19543 invoked from network); 7 Oct 2014 19:52:08 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:6268 Archived-At: * stephen Turner [2014-10-07 14:54:33 -0400]: > configure:3362: /root/code/gcc-build/./gcc/xgcc > -B/root/code/gcc-build/./gcc/ -B/root/targetfs/i686-linux-musl/bin/ > -B/root/targetfs/i686-linux-musl/lib/ -isystem > /root/targetfs/i686-linux-musl/include -isystem > /root/targetfs/i686-linux-musl/sys-include -v >&5 > Reading specs from /root/code/gcc-build/./gcc/specs > COLLECT_GCC=/root/code/gcc-build/./gcc/xgcc > COLLECT_LTO_WRAPPER=/root/code/gcc-build/./gcc/lto-wrapper > Target: i686-linux-musl > Configured with: ../gcc/configure --prefix=/root/targetfs > --enable-languages=c --disable-bootstrap --disable-multilib > --disable-shared --disable-nls --disable-mudflap --disable-libmudflap > --disable-libssp --disable-libgomp --with-newlib --without-headers > --target=i686-linux-musl --with-sysroot=/root/targetfs/ > Thread model: posix > gcc version 4.9.0 (GCC) > configure:3373: $? = 0 > configure:3362: /root/code/gcc-build/./gcc/xgcc > -B/root/code/gcc-build/./gcc/ -B/root/targetfs/i686-linux-musl/bin/ > -B/root/targetfs/i686-linux-musl/lib/ -isystem > /root/targetfs/i686-linux-musl/include -isystem > /root/targetfs/i686-linux-musl/sys-include -V >&5 > xgcc: error: unrecognized command line option '-V' > xgcc: fatal error: no input files > compilation terminated. > configure:3373: $? = 1 > configure:3362: /root/code/gcc-build/./gcc/xgcc > -B/root/code/gcc-build/./gcc/ -B/root/targetfs/i686-linux-musl/bin/ > -B/root/targetfs/i686-linux-musl/lib/ -isystem > /root/targetfs/i686-linux-musl/include -isystem > /root/targetfs/i686-linux-musl/sys-include -qversion >&5 > xgcc: error: unrecognized command line option '-qversion' > xgcc: fatal error: no input files > compilation terminated. > configure:3373: $? = 1 > configure:3389: /root/code/gcc-build/./gcc/xgcc > -B/root/code/gcc-build/./gcc/ -B/root/targetfs/i686-linux-musl/bin/ > -B/root/targetfs/i686-linux-musl/lib/ -isystem > /root/targetfs/i686-linux-musl/include -isystem > /root/targetfs/i686-linux-musl/sys-include -o conftest -g -O2 > conftest.c >&5 > /root/code/gcc-build/./gcc/as: 106: exec: --32: not found > configure:3392: $? = 1 your as does not accept --32 for some reason or it is called incorrectly in some way so the first stage toolchain is broken > configure:3580: checking for suffix of object files > configure:3602: /root/code/gcc-build/./gcc/xgcc > -B/root/code/gcc-build/./gcc/ -B/root/targetfs/i686-linux-musl/bin/ > -B/root/targetfs/i686-linux-musl/lib/ -isystem > /root/targetfs/i686-linux-musl/include -isystem > /root/targetfs/i686-linux-musl/sys-include -c -g -O2 conftest.c >&5 > /root/code/gcc-build/./gcc/as: 106: exec: --32: not found > configure:3606: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "GNU C Runtime Library" > | #define PACKAGE_TARNAME "libgcc" > | #define PACKAGE_VERSION "1.0" > | #define PACKAGE_STRING "GNU C Runtime Library 1.0" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3620: error: in `/root/code/gcc-build/i686-linux-musl/libgcc': > configure:3623: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details.