From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 06:54:53 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 8FFA516A4CE for ; Fri, 22 Oct 2004 06:54:53 +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 4B6F243D39 for ; Fri, 22 Oct 2004 06:54:53 +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 1CKtK7-000BFo-3Q; Fri, 22 Oct 2004 08:54:51 +0200 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: "M. Warner Losh" In-reply-to: Your message of Thu, 21 Oct 2004 16:13:01 -0600 (MDT) . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 22 Oct 2004 08:54:50 +0200 From: Danny Braniss Message-Id: <20041022065453.4B6F243D39@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: Fri, 22 Oct 2004 06:54:53 -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 my fault, the shell script had a typo, sorry for the noise. danny