you must buildworld before you buildkernel. why ?

Robert Luciani rluciani at gmail.com
Mon Oct 12 03:25:13 PDT 2009


> # make buildkernel KERNCONF=SYNERGY
> You must buildworld before buildkernel.  If you wish
> to build a kernel using native tools, config it manually
> or use the nativekernel target if you are in a rush
> *** Error code 1

The answer is staring you in the face:
If you wish to build a custom kernel with native build tools (in other
words the versions installed on your system as opposed to the versions
in the source tree you've synced to) you can do it by using the
nativekernel target.

# make KERNCONF=SYNERGY nativekernel

~Robert





More information about the Users mailing list