Date: Thu, 13 Jan 2000 18:06:38 -0600 (CST) From: Ryan Thompson <freebsd@sasknow.com> To: Andy Ledvina <Squirrel@flashcom.net> Cc: questions@FreeBSD.ORG Subject: Re: Kernel make problems Message-ID: <Pine.BSF.4.10.10001131753260.29590-100000@sasknow.com> In-Reply-To: <387E6344.41C67EA6@flashcom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Jan 2000, Andy Ledvina wrote: > I get errors about files already being defined when trying to mka emy > kernel, I am sending it as an attachment. I copied my old kernel which > worked fine and added Berkeley Packet Filter support, if that helps at > all. I am using FreeBSD 3.2. Thank you for your help. > Hi Andy, I have successfully compiled your kernel on my only remaining 3.2-RELEASE machine. typescript below, with lots of output trimmed: Script started on Thu Jan 13 17:56:42 2000 You have mail. # cd /usr/src/sys/i386/conf # config BART Don't forget to do a ``make depend'' Kernel build directory is ../../compile/BART # cd ../../compile/BART # make depend [.. SNIP ..] rm -f .depend mv -f .newdep .depend # make [.. SNIP ..] loading kernel text data bss dec hex filename 1613895 120284 125688 1859867 1c611b kernel # exit Script done on Thu Jan 13 18:03:06 2000 Without more information from you (actual errors produced, where the compile broke down, HOW you compiled the kernel, etc), I can't hazard a reasonable guess as to what is wrong. Check the handbook section on custom kernel builds and make sure you're following the directions exactly. Many a correct kernel config has been broken by an incorrect compile. If you're really stuck, you can download your new precompiled kernel from ftp://ftp.sasknow.com/pub/BART/kernel, no questions asked :-) Set type to binary, and remember to change the system flags/permissions. -- Ryan Thompson <ryan@sasknow.com> 50% Owner, Sysadmin SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 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?Pine.BSF.4.10.10001131753260.29590-100000>