From owner-freebsd-questions@FreeBSD.ORG Fri Jun 24 03:09:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E121316A41C for ; Fri, 24 Jun 2005 03:09:24 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DC043D1D for ; Fri, 24 Jun 2005 03:09:24 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.157.226]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j5O39LPf061392; Thu, 23 Jun 2005 22:09:22 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <42BB7926.2060206@daleco.biz> Date: Thu, 23 Jun 2005 22:08:22 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050607 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Haskell References: <42BB5C26.7090702@gmail.com> In-Reply-To: <42BB5C26.7090702@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help with 'make' failure while building custom kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 03:09:25 -0000 Jim Haskell wrote: > I, a relatively newcomer to FreeBSD, am having trouble compiling my own > kernel for my new FreeBSD box. According to the handbook, if 'make' > fails (and /usr/sbin/config and make dep do not have problems,) I should > seek the wisdom of those on this listserv. Attached is my kernel config. > If any of you would be so kind as to take the time to look at my config > and give me a suggestion, I would be grateful. > > Sincerely, > Jim Haskell > > P.S.: Some notes about my system -- the target machine is a pIII 850 > mhz (which I've positively identified as an i686 type), and the only > network cards installed use the rl driver. > > ---- config file ---- > # > # GENERIC -- Generic kernel configuration file for FreeBSD/i386 > # > Hello, Jim! IANAE, but I'm pretty sure that the last several lines of output of the failed "make" command, and perhaps giving the command that caused the failure, in addition to your config file, would be Most Helpful(TM). Also, have you been received the error more than once, and, if so, in the same place in the build, or at different stages? Kevin Kinsey