Date: Tue, 30 Oct 2001 10:41:55 -0600 From: Oscar Ricardo Silva <oscars@mail.utexas.edu> To: Edward Lin <edward@skysoft.com.tw>, questions@freebsd.org Subject: Re: The trouble of kernel configuration Message-ID: <5.1.0.14.2.20011030103940.00ad57c8@mail.utexas.edu> In-Reply-To: <20011030122558.D8D3.EDWARD@skysoft.com.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
If you're using a 4.x version of FreeBSD, you should follow the new directions in /usr/src/UPDATING for recompiling your kernel: To build a kernel ----------------- Create and edit the kernel file cd /usr/src # If you have not already done so, please buildworld here # You will also need to update your config file to 4.x. Usually # people tend to start with GENERIC from 4.x and hack from there. make buildkernel KERNCONF=<YOUR_KERNEL_HERE> make installkernel KERNCONF=<YOUR_KERNEL_HERE> # Verify that the new kernel works, it will be installed as # /kernel Oscar At 01:44 PM 10/30/2001 +0800, Edward Lin, you wrote: >Dear seniors: > >My name is Edward from Taiwan, a beginner of FreeBSD, >and my useing version is 4.3-release. I got some >trouble in configuration kernel. when I 'make depend' >than 'make' the kernel, process is stop in compileing, >and got some message such as: > >ad1816.c variable 'ad1816_caps' has initializer but incomplete type >warning : excess elements in struct initializer > > > >best regards >Edward Lin > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.2.20011030103940.00ad57c8>