Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 16:13:01 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        danny@cs.huji.ac.il
Cc:        freebsd-current@freebsd.org
Subject:   Re: cant crosscompile kernel
Message-ID:  <20041021.161301.118782882.imp@bsdimp.com>
In-Reply-To: <20041021154520.404DD43D45@mx1.FreeBSD.org>
References:  <20041021154520.404DD43D45@mx1.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20041021154520.404DD43D45@mx1.FreeBSD.org>
            Danny Braniss <danny@cs.huji.ac.il> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041021.161301.118782882.imp>