kernel build failed
Max Khon
fjoe at samodelkin.net
Sun Jan 3 09:16:09 UTC 2010
Hello!
On Sun, Jan 3, 2010 at 3:28 AM, Doug Barton <dougb at freebsd.org> wrote:
> > cd /usr/src
> >
> > make cleandir && make cleandir && rm -rf /usr/obj
> >
> > make buildkernel
>
> FreeBSD is not like Linux in the sense that you don't just want to
> update the kernel independently of the rest of the base system. You
> want to update the whole thing. Try this instead:
>
> make buildworld &&
> make buildkernel
>
> You should also read
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mak<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html>
> eworld.html<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html>
> to get a better idea of the overall process.
>
Actually it is enough to do "make kernel-toolchain" instead of "make
buildworld" prior to building kernel.
Max
More information about the freebsd-stable
mailing list