From owner-freebsd-current@FreeBSD.ORG Fri Sep 14 06:33:45 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82B1816A418 for ; Fri, 14 Sep 2007 06:33:45 +0000 (UTC) (envelope-from mime@traveller.cz) Received: from nxm.secservers.com (nxm.secservers.com [89.185.226.22]) by mx1.freebsd.org (Postfix) with ESMTP id 1F6E913C45A for ; Fri, 14 Sep 2007 06:33:44 +0000 (UTC) (envelope-from mime@traveller.cz) Received: from [127.0.0.1] (nxm.secservers.com. [89.185.226.22]) by nxm.secservers.com (8.13.4/8.13.8) with ESMTP id l8E6Xgfg049733; Fri, 14 Sep 2007 08:33:42 +0200 (CEST) (envelope-from mime@traveller.cz) From: Michal Mertl To: Brooks Talley In-Reply-To: <22187550.52511189717324600.JavaMail.root@zmail.illuminati.org> References: <22187550.52511189717324600.JavaMail.root@zmail.illuminati.org> Content-Type: text/plain Date: Fri, 14 Sep 2007 08:33:42 +0200 Message-Id: <1189751622.1343.3.camel@genius.i.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-current Subject: Re: Building a 32 bit chroot on amd64? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2007 06:33:45 -0000 Brooks Talley wrote: > Hi, everyone. I'm trying to build a 32 bit chroot on a 7.0-CURRENT amd64 installation. The sources are up to date. > > "make TARGET_ARCH=i386 buildworld" fails partway through with the message: > > ===> lib/csu/i386-elf (obj,depend,all,install) > rm -f .depend > CC='/usr/bin/cc' mkdep -f .depend -a -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include /usr/src/lib/csu/i386-elf/crt1.c /usr/src/lib/csu/i386-elf/crti.S /usr/src/lib/csu/i386-elf/crtn.S > /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c /usr/src/lib/csu/i386-elf/crt1.c > {standard input}: Assembler messages: > {standard input}:27: Error: suffix or operands invalid for `mov' > *** Error code 1 > > Stop in /usr/src/lib/csu/i386-elf. > > ...And ideas? I did successfully did it with 'make buildworld TARGET=i386' couple of days ago. > > Thanks > -Brooks > >