From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 22:14:09 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 021B316A4CF for ; Thu, 21 Oct 2004 22:14:09 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77CB443D41 for ; Thu, 21 Oct 2004 22:14:08 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9LMCdLV025291; Thu, 21 Oct 2004 16:12:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 21 Oct 2004 16:13:01 -0600 (MDT) Message-Id: <20041021.161301.118782882.imp@bsdimp.com> To: danny@cs.huji.ac.il From: "M. Warner Losh" In-Reply-To: <20041021154520.404DD43D45@mx1.FreeBSD.org> References: <20041021154520.404DD43D45@mx1.FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 22:14:09 -0000 In message: <20041021154520.404DD43D45@mx1.FreeBSD.org> Danny Braniss writes: : after latest cvsup, i can't crosscompile kernel: : : export MAKEOBJDIRPREFIX=/r+d/obj/x-dev : cd /r+d/6.0/src; make -j4 buildkernel KERNCONF=HUJI TARGET_ARCH=amd64 : -------------------------------------------------------------- : >>> Kernel build for HUJI started on Thu Oct 21 17:40:59 IST 2004 Did you do a buildworld first? buildkernel is only guaranteed to work on a system that's the same as what you are building OR after a complete buildworld. Warner