From owner-freebsd-amd64@FreeBSD.ORG Wed Jun 15 17:26:32 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B5316A41C for ; Wed, 15 Jun 2005 17:26:32 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 202E643D48 for ; Wed, 15 Jun 2005 17:26:32 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5FHQVYY002219; Wed, 15 Jun 2005 10:26:31 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5FHQVxV002218; Wed, 15 Jun 2005 10:26:31 -0700 (PDT) (envelope-from obrien) Date: Wed, 15 Jun 2005 10:26:30 -0700 From: "David O'Brien" To: Tarasov Alexey Message-ID: <20050615172630.GD1675@dragon.NUXI.org> References: <42A975E0.6010400@wincmd.ru> <20050613192947.GE4323@dragon.NUXI.org> <42AEB207.7020907@wincmd.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42AEB207.7020907@wincmd.ru> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: freebsd-amd64@freebsd.org Subject: Re: Couldn't make kernel on FreeBSD 6.0-CURRENT under amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-amd64@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 17:26:32 -0000 On Tue, Jun 14, 2005 at 02:31:35PM +0400, Tarasov Alexey wrote: > >[11:22:58]root@computer.lexasoft.ru: > >/home/lexa>uname -a > >FreeBSD computer.lexasoft.ru 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu > >Jun 9 14:31:32 MSD 2005 > >root@computer.lexasoft.ru:/usr/obj/usr/src/sys/GENERIC i386 You are building on a 32-bit OS! > >[11:25:12]root@computer.lexasoft.ru: > >/usr/src>make buildworld > No errors... > >[11:25:12]root@computer.lexasoft.ru: > >/usr/src>make buildkernel TARGET_ARCH=amd64 This isn't the correct way to do this. You need "TARGET_ARCH=amd64" in *all* stages of the process. -- -- David (obrien@FreeBSD.org)