Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2009 21:35:14 +0200
From:      Rolf G Nielsen <listreader@lazlarlyricon.com>
To:        fomin@pisem.net
Cc:        Brent Bloxam <brentb@beanfield.com>, freebsd-questions@freebsd.org
Subject:   Re: my kernel is not build/install
Message-ID:  <4A4522F2.8030404@lazlarlyricon.com>
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
Brent Bloxam wrote:
> fomin@pisem.net wrote:
>> When I make my kernel (make kernel KERNCONF=KERNEL) 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=MYKERNEL
>>
>>    3.
>>       Install the new kernel:
>>       # make installkernel KERNCONF=MYKERNEL
>>
> 
> You need to use `make buildkernel`, not `make kernel`
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
> 
> 
> 

According to the makefile, "make kernel" does "make buildkernel" + "make 
installkernel", so that shouldn't be the problem. Your question is very 
vague. Could you please attach the complete output (or at least the last 
portion of it, e.g. 10-15 lines or so).

-- 

Rolf Nielsen



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