From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11621 invoked by alias); 21 Aug 2004 19:28:11 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 11604 invoked from network); 21 Aug 2004 19:28:10 -0000 Received: from unknown (HELO clifford.headnut.org) (64.81.60.225) by sourceware.org with SMTP; 21 Aug 2004 19:28:10 -0000 Received: from _HOSTNAME_ (unknown [192.168.1.10]) by clifford.headnut.org (Postfix) with SMTP id AF71F199 for ; Sat, 21 Aug 2004 15:26:06 -0400 (EDT) Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sat, 21 Aug 2004 12:28:09 -0700 From: squirrel@_HOSTNAME_.headnut.org Date: Sun, 22 Aug 2004 05:12:00 -0000 To: gcc-help@gcc.gnu.org Subject: problem bootstrapping gcc 3.4.1 Message-ID: <20040821192808.GA7150@ivanova.headnut.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-SW-Source: 2004-08/txt/msg00208.txt.bz2 hey, i'm trying to bootstrap gcc 3.4.1 with uclibc for an embedded device toolchain, but i keep getting errors upon the compile. the relevant lines: $ tar xfj gcc-3.4.1.tar.gz $ mkdir build-boot-gcc $ cd build-boot-gcc $ ../gcc-3.4.1/configure --target=i386-linux \ --prefix=/home/squirrel/projects/stb_pbx/toolchain \ --without-headers \ --with-newlib \ --disable-nls \ --enable-languages=c $ make all-gcc /home/squirrel/projects/stb_pbx/build-tools/build-boot-gcc/gcc/xgcc -B/home/squirrel/projects/stb_pbx/build-tools/build-boot-gcc/gcc/ -B/home/squirrel/projects/stb_pbx/tools/i386-linux/bin/ -B/home/squirrel/projects/stb_pbx/tools/i386-linux /lib/ -isystem /home/squirrel/projects/stb_pbx/tools/i386-linux/include -isystem /home/squirrel/projects/stb_pbx/tools/i386-linux/sys-include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.4.1/gcc -I../../gcc-3.4.1/gcc/. -I../../gcc-3.4.1/gcc/../include -DL_muldi3 -c ../../gcc-3.4.1/gcc/libgcc2.c -o libgcc/./_muldi3.o In file included from ./tm.h:11, from ../../gcc-3.4.1/gcc/libgcc2.c:43: ../../gcc-3.4.1/gcc/config/i386/linux.h:217:20: signal.h: No such file or directory ../../gcc-3.4.1/gcc/config/i386/linux.h:218:26: sys/ucontext.h: No such file or directory make[2]: *** [libgcc/./_muldi3.o] Error 1 any help on fixing this issue is greatly appreciated! please e-mail directly or cc me in the reply as i am not on the gcc-help list. thank you! chris