From owner-freebsd-ppc@FreeBSD.ORG Wed Sep 10 13:19:15 2003 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 4409E16A4BF; Wed, 10 Sep 2003 13:19:15 -0700 (PDT) Received: from blarf.homeip.net (adsl-209-204-188-56.sonic.net [209.204.188.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8094B43F75; Wed, 10 Sep 2003 13:19:14 -0700 (PDT) (envelope-from alex@blarf.homeip.net) Received: by blarf.homeip.net (Postfix, from userid 2000) id 3FDAC23656; Wed, 10 Sep 2003 13:19:14 -0700 (PDT) Date: Wed, 10 Sep 2003 13:19:14 -0700 From: Alex Zepeda To: David O'Brien , freebsd-ppc@freebsd.org Message-ID: <20030910201914.GA13077@blarf.homeip.net> References: <20030910052443.GA26552@blarf.homeip.net> <20030910193119.GA77756@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030910193119.GA77756@dragon.nuxi.com> User-Agent: Mutt/1.4.1i Sender: zipzippy@sonic.net Subject: Re: How are things looking? 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, 10 Sep 2003 20:19:15 -0000 On Wed, Sep 10, 2003 at 12:31:19PM -0700, David O'Brien wrote: > On Tue, Sep 09, 2003 at 10:24:43PM -0700, Alex Zepeda wrote: > > Cross building from ia32 seems to be broken (looked like it died in the > > crypto stuff with gcc not being able to find any spare ia32 registers...), > > is this a known issue? > > I tested this just a few weeks ago. Please post your errors. The command I ran was: TARGET_ARCH=powerpc make -DNOMAN -DNO_FORTRAN -DNO_KERBEROS -DNOCRY PT -DNOSECURE -DNOINFO -DNOLIBC_R -DNOFORTH -DNOPROFILE buildworld >& macppc.output The error was in this command: -I/usr/src/lib/libc/powerpc -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6 -I/usr/obj/powerpc/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD -c /usr/src/lib/libc/db/btree/bt_close.c The actual error was: /usr/include/machine/endian.h: In function `__bswap32': /usr/include/machine/endian.h:110: error: can't find a register in class `MQ_REGS' while reloading `asm' *** Error code 1 The whole log is up on http://blarf.homeip.net/netbsd/ - alex