From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian von Bidder To: "gcc-help@gcc.gnu.org" Subject: building cross compiler - c++ and gcc-3.0.2 Date: Tue, 30 Oct 2001 06:07:00 -0000 Message-id: <3BDEB33B.CEF7CB5E@acter.ch> X-SW-Source: 2001-10/msg00289.html Heyho! (those who are on both gcc and gcc-help: sorry to bother you over on gcc - I guess here is the more appropriate place.) I'm trying to get a c++ x86-linux to arm-uclinux cross compiler toolchain, gcc-3.0.2. c compiler builds fine, and c++ compiler - without libstdc++ - also builds. But how do I build libstdc++? If I leave the libstdc++ - directory in the gcc directory tree, I get an error in make executing libiberty/configure (after it has successfully built all libgcc varaints) on 'check wether C compiler works'. Apparently it can't find my libc (of course - there isn't one, at this point...) - it tries to link with crt1.o and all these files. Now - using the c compiler - I successfully built ucLibc and am wondering how to tell the build system to either not link with libc at this ponit (is this possible at all?) or where the libc files are. greets from Zürich -- vbi