From owner-freebsd-questions Thu Jan 13 16: 6:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasknow.com (h139-142-245-96.ss.fiberone.net [139.142.245.96]) by hub.freebsd.org (Postfix) with ESMTP id 1F1FD14EEB for ; Thu, 13 Jan 2000 16:06:19 -0800 (PST) (envelope-from freebsd@sasknow.com) Received: from localhost (freebsd@localhost) by sasknow.com (8.9.3/8.9.3) with ESMTP id SAA31258; Thu, 13 Jan 2000 18:06:38 -0600 (CST) (envelope-from freebsd@sasknow.com) Date: Thu, 13 Jan 2000 18:06:38 -0600 (CST) From: Ryan Thompson To: Andy Ledvina Cc: questions@FreeBSD.ORG Subject: Re: Kernel make problems In-Reply-To: <387E6344.41C67EA6@flashcom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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