From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 17:21:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A957516A4CE for ; Thu, 21 Oct 2004 17:21:42 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE5D43D31 for ; Thu, 21 Oct 2004 17:21:42 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1CKgdA-000LRr-Ad; Thu, 21 Oct 2004 19:21:40 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Kris Kennaway In-Reply-To: Message from Kris Kennaway <20041021165739.GB9901@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 21 Oct 2004 19:21:40 +0200 From: Danny Braniss Message-Id: <20041021172142.5EE5D43D31@mx1.FreeBSD.org> cc: freebsd-current@freebsd.org Subject: Re: cant crosscompile kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 21 Oct 2004 17:21:42 -0000 > > --dTy3Mrz/UPE2dbVg > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Thu, Oct 21, 2004 at 05:45:19PM +0200, Danny Braniss wrote: > > after latest cvsup, i can't crosscompile kernel: > >=20 > > export MAKEOBJDIRPREFIX=3D/r+d/obj/x-dev > > cd /r+d/6.0/src; make -j4 buildkernel KERNCONF=3DHUJI TARGET_ARCH=3Damd64= > =20 > > -------------------------------------------------------------- > > >>> Kernel build for HUJI started on Thu Oct 21 17:40:59 IST 2004 > > -------------------------------------------------------------- > > =3D=3D=3D> HUJI > > mkdir -p /usr/obj/amd64/r+d/6.0/src/sys > > -------------------------------------------------------------- > > >>> stage 1: configuring the kernel > > -------------------------------------------------------------- > > cd /r+d/6.0/src/sys/amd64/conf; PATH=3D/usr/obj/amd64/r+d/6.0/src/i386/l= > egacy/us > > r/sbin:/usr/obj/amd64/r+d/6.0/src/i386/legacy/usr/bin:/usr/obj/amd64/r+d/= > 6.0/sr > > c/i386/legacy/usr/games:/usr/obj/amd64/r+d/6.0/src/i386/usr/sbin:/usr/obj= > /amd64 > > /r+d/6.0/src/i386/usr/bin:/usr/obj/amd64/r+d/6.0/src/i386/usr/games:/sbin= > :/bin: > > /usr/sbin:/usr/bin config -d /usr/obj/amd64/r+d/6.0/src/sys/HUJI =20 > > /r+d/6.0/src/sys/amd64/conf/HUJI > > ERROR: version of config(8) does not match kernel! > > config version =3D 500013, version required =3D 600000 > > Did you do a buildworld first? > yup, and finished ok. there is a further problem, the compiling host is a pentium IV, and i don't think that a just compiled config for amd64 will run ... will a config for version 600000, config ok for version=500013? danny