cant crosscompile kernel

M. Warner Losh imp at bsdimp.com
Thu Oct 21 15:14:09 PDT 2004


In message: <20041021154520.404DD43D45 at mx1.FreeBSD.org>
            Danny Braniss <danny at 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


More information about the freebsd-current mailing list