From owner-freebsd-ppc@FreeBSD.ORG Wed Sep 8 21:10:53 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 128DE16A4CE for ; Wed, 8 Sep 2004 21:10:53 +0000 (GMT) Received: from smtp2.cavtel.net (smtp2.cavtel.net [64.83.1.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F70343D5C for ; Wed, 8 Sep 2004 21:10:52 +0000 (GMT) (envelope-from soup4you2@bsdhound.com) Received: from mail.bsdhound.com (unknown [66.160.92.83]) by smtp2.cavtel.net (Postfix) with ESMTP id 496F323DED for ; Wed, 8 Sep 2004 17:09:56 -0400 (EDT) Received: from mailbox.bsdhound.com (localhost [127.0.0.1]) by mail.bsdhound.com (Postfix) with ESMTP id 605151CC68 for ; Wed, 8 Sep 2004 16:11:32 -0500 (EST) Received: from 163.252.211.32 (proxying for 127.0.0.1) (SquirrelMail authenticated user soup4you2); by mailbox.bsdhound.com with HTTP; Wed, 8 Sep 2004 16:11:32 -0500 (EST) Message-ID: <51167.163.252.211.32.1094677892.squirrel@163.252.211.32> Date: Wed, 8 Sep 2004 16:11:32 -0500 (EST) From: soup4you2@bsdhound.com To: freebsd-ppc@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: PPC Fails to compile X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 21:10:53 -0000 Following the instructions over here : http://homepage.mac.com/joeldiaz/freebsd/FreeBSD_PPC_Installation.html i run - make -DNO_WERROR TARGET_ARCH=powerpc buildworld and get the following show stopper: /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/freebsd.h:69:1: warning: this is the location of the previous definition cc -fpic -DPIC -O -pipe -fexceptions -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DFINE_GRAINED_LIBRARIES -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -c /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-sjlj.c -o unwind-sjlj.So In file included from ./tm.h:10, from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-sjlj.c:34: /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/rs6000/sysv4.h:24:1: warning: "NO_IMPLICIT_EXTERN_C" redefined In file included from ./tm.h:9, from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-sjlj.c:34: /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/freebsd.h:69:1: warning: this is the location of the previous definition cc -fpic -DPIC -O -pipe -fexceptions -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DFINE_GRAINED_LIBRARIES -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -c /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr-gnat.c -o gthr-gnat.So cc -fpic -DPIC -O -pipe -fexceptions -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DFINE_GRAINED_LIBRARIES -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -c /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-c.c -o unwind-c.So building special pic gcc library ranlib libgcc_pic.a install -C -C -o root -g wheel -m 444 libgcc.a /usr/obj/powerpc/usr/src/i386/usr/lib install -C -o root -g wheel -m 444 libgcc_pic.a /usr/obj/powerpc/usr/src/i386/usr/lib ===> lib/csu/powerpc rm -f .depend mkdep -f .depend -a -I/usr/src/lib/csu/powerpc/../common -I/usr/src/lib/csu/powerpc/../../libc/include /usr/src/lib/csu/powerpc/crt1.c /usr/src/lib/csu/powerpc/crti.S /usr/src/lib/csu/powerpc/crtn.S cc -O -pipe -Wall -Wno-unused -I/usr/src/lib/csu/powerpc/../common -I/usr/src/lib/csu/powerpc/../../libc/include -c /usr/src/lib/csu/powerpc/crt1.c cc -O -pipe -Wall -Wno-unused -I/usr/src/lib/csu/powerpc/../common -I/usr/src/lib/csu/powerpc/../../libc/include -c /usr/src/lib/csu/powerpc/crti.S cc -O -pipe -Wall -Wno-unused -I/usr/src/lib/csu/powerpc/../common -I/usr/src/lib/csu/powerpc/../../libc/include -c /usr/src/lib/csu/powerpc/crtn.S cc -O -pipe -Wall -Wno-unused -I/usr/src/lib/csu/powerpc/../common -I/usr/src/lib/csu/powerpc/../../libc/include -DGCRT -c -o gcrt1.o /usr/src/lib/csu/powerpc/crt1.c install -C -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/obj/powerpc/usr/src/i386/usr/lib ===> lib/libcom_err rm -f .depend mkdep -f .depend -a -I/usr/src/lib/libcom_err/../../contrib/com_err /usr/src/lib/libcom_err/../../contrib/com_err/com_err.c /usr/src/lib/libcom_err/../../contrib/com_err/error.c ===> lib/libcom_err/doc cc -O -pipe -I/usr/src/lib/libcom_err/../../contrib/com_err -c /usr/src/lib/libcom_err/../../contrib/com_err/com_err.c cc -O -pipe -I/usr/src/lib/libcom_err/../../contrib/com_err -c /usr/src/lib/libcom_err/../../contrib/com_err/error.c building static com_err library ranlib libcom_err.a cc -fpic -DPIC -O -pipe -I/usr/src/lib/libcom_err/../../contrib/com_err -c /usr/src/lib/libcom_err/../../contrib/com_err/com_err.c -o com_err.So cc -fpic -DPIC -O -pipe -I/usr/src/lib/libcom_err/../../contrib/com_err -c /usr/src/lib/libcom_err/../../contrib/com_err/error.c -o error.So building shared library libcom_err.so.2 Abort trap *** Error code 134 Stop in /usr/src/lib/libcom_err. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.