Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2009 22:03:24 +0200
From:      Maciej Milewski <milu@dat.pl>
To:        freebsd-questions@freebsd.org
Subject:   Re: my kernel is not build/install
Message-ID:  <200906262203.24969.milu@dat.pl>
In-Reply-To: <4A45213E.3070705@beanfield.com>
References:  <12460400390643.1842379727.fomin@pisem.net> <4A45213E.3070705@beanfield.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dnia pi=B1tek 26 czerwiec 2009 o 21:27:58 Brent Bloxam napisa=B3(a):
> fomin@pisem.net wrote:
> > When I make my kernel (make kernel KERNCONF=3DKERNEL) it stop whith ****
> > Error code 1
> According to Chapter 8.5 of the handbook
> (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-
building.html):
> >    1.
> >       Change to the /usr/src directory:
> >       # cd /usr/src
> >    2.
> >       Compile the kernel:
> >       # make buildkernel KERNCONF=3DMYKERNEL
> >    3.
> >       Install the new kernel:
> >       # make installkernel KERNCONF=3DMYKERNEL
> You need to use `make buildkernel`, not `make kernel`
=46rom /usr/src/Makefile:
# kernel              - buildkernel + installkernel.
This shouldtn't be the main problem.

You should look for full log from kernel building. f.ex. run:
cd /usr/src; make buildkernel | tee kernel_compilation.log
and search in this log for an error in this log.

Cheers,
Maciej Milewski




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