From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 04:11:09 2004 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 503A416A4CF for ; Sun, 28 Nov 2004 04:11:09 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78BB043D55 for ; Sun, 28 Nov 2004 04:11:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a196.otenet.gr [212.205.215.196]) iAS4B4vg028392; Sun, 28 Nov 2004 06:11:05 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iAS4ArDm018442; Sun, 28 Nov 2004 06:10:53 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iAS4Aqng018441; Sun, 28 Nov 2004 06:10:52 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 28 Nov 2004 06:10:51 +0200 From: Giorgos Keramidas To: RL Message-ID: <20041128041051.GA18263@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: Errors when building kernel 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: Sun, 28 Nov 2004 04:11:09 -0000 On 2004-11-27 22:48, RL wrote: > This is my fist time building a kernel. I CVSUP'ed to the latest > source (on RELENG_5_3) on my FDBSD 5.3 system. I edited some things in > the config file and I did a make buildkernel KERNCONF=MYKERNEL. It > compiles for a while, but errors; I get this (a snippet): > > : undefined reference to `xpt_done' > entry.o(.text+0x2758): In function `hpt_action': > [...] > fdc.o(.text+0xb5d): In function `fdc_worker': > : undefined reference to `isa_dmadone' > [...] > ppc.o(.text+0xe7f): In function `ppcintr': > : undefined reference to `isa_dmadone' > [...] > sio.o(.text+0x502): In function `sioprobe': > : undefined reference to `isa_irq_pending' You have deleted or commented out parts of the GENERIC config that are necessary for the rest of the options you have. Start over from GENERIC. Read the comments carefully. Do not remove things that you are not sure about. - Giorgos