From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 23:40:23 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B85C37B401 for ; Sun, 22 Jun 2003 23:40:23 -0700 (PDT) Received: from argosy.ca (www.argosy.ca [138.73.18.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C1343F3F for ; Sun, 22 Jun 2003 23:40:22 -0700 (PDT) (envelope-from hhwoo@argosy.ca) Received: from a7n8x (mctn1-7860.nb.aliant.net [156.34.22.184]) by argosy.ca (8.12.9/8.12.9) with SMTP id h5N6fdt2015350; Mon, 23 Jun 2003 03:41:40 -0300 (ADT) (envelope-from hhwoo@argosy.ca) Message-ID: <003e01c33952$5643eee0$0200a8c0@a7n8x> From: "Han Hwei Woo" To: , References: <20030622232605.PXKJ1551.mta5.adelphia.net@there> Date: Mon, 23 Jun 2003 03:40:28 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Kernel building X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2003 06:40:23 -0000 Try: # cd /usr/src # make buildkernel KERNCONF=YOURKERNEL # make installkernel KERNCONF=YOURKERNEL ----- Original Message ----- From: "Paul &" To: Sent: Sunday, June 22, 2003 8:31 PM Subject: Kernel building > I'm trying to build a custom kernel that I can eventually include a device > for a (built in the mother board) sound controller. > > I tried several time and added back some devices which I think I don't need > just to see if the kernel will make, however, it doesn't. > > I followed the directions in the handbook > # /usr/sbin/config MYKERNEL > # cd ../../compile/MYKERNEL > # make depend > # make (fails here with Error code 1) > > I'm running FreeBSD 4.8-RELEASE > > I'm attaching MYKERNEL with hopes someone can help. > > Thanks > Paul Calabrese ---------------------------------------------------------------------------- ---- > _______________________________________________ > 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" >