From owner-freebsd-questions@FreeBSD.ORG Wed May 11 14:38:30 2005 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 53DD316A4CE; Wed, 11 May 2005 14:38:30 +0000 (GMT) Received: from annis.human-league.net (173.229.39-62.rev.gaoland.net [62.39.229.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DC643D78; Wed, 11 May 2005 14:38:29 +0000 (GMT) (envelope-from cwpaig@valken.org) Received: from localhost (localhost.human-league.net [127.0.0.1]) by annis.human-league.net (Postfix) with ESMTP id D28FB20D7; Wed, 11 May 2005 16:38:17 +0200 (CEST) Received: from annis.human-league.net ([127.0.0.1]) by localhost (annis.human-league.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27269-04; Wed, 11 May 2005 16:37:58 +0200 (CEST) Received: from [194.57.123.217] (unknown [194.57.123.217]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by annis.human-league.net (Postfix) with ESMTP id 8971F21AA; Wed, 11 May 2005 16:37:28 +0200 (CEST) In-Reply-To: <42821695.5060405@sifycorp.com> References: <42820E33.5000205@sifycorp.com> <1115821224.47297.3.camel@sirius> <42821695.5060405@sifycorp.com> Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Paig Chong Woo Date: Wed, 11 May 2005 16:37:25 +0200 To: ananth_g@sifycorp.com X-Mailer: Apple Mail (2.728) X-Virus-Scanned: amavisd-new at human-league.net cc: freebsd-stable@freebsd.org cc: "Sergey S. Ropchan" cc: freebsd-questions@freebsd.org Subject: Re: kernel build problem 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: Wed, 11 May 2005 14:38:30 -0000 Le 11 mai 2005 =E0 16:28, Ananth.G a =E9crit : > > i have attached my config file. > > regrds, > ananth.g > > > Sergey S. Ropchan wrote: > > >> Content of kernel config please ? It's look like wrong option in =20 >> config. >> >> >> >> >>> dear all, >>> im having trouble compiling kernel on 5.3 , i did a `make =20 >>> depend` and `make`. >>> The following is the error that i got, i might have missed a =20 >>> module .... i guess... >>> >>> cc -c -O -pipe -march=3Dpentiumpro -Wall -Wredundant-decls -Wnested-=20= >>> externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith =20= >>> -Winline -Wcast-qual-fformat-extensions -std=3Dc99 -nostdinc -I- -=20= >>> I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/=20 >>> altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../=20= >>> contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../=20 >>> contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -=20 >>> finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-=20= >>> function-growth=3D1000 -mno-align-long-strings -mpreferred-stack-=20= >>> boundary=3D2 -ffreestanding -Werror vers.c >>> linking kernel >>> fdc_acpi.o(.text+0x1d6): In function `fdc_acpi_attach': >>> : undefined reference to `fdc_isa_alloc_resources' >>> ppc.o(.text+0xff7): In function `ppcintr': >>> : undefined reference to `isa_dmadone' >>> ppc.o(.text+0x11b3): In function `ppc_write': >>> : undefined reference to `isa_dmastart' >>> ppc.o(.text+0x1214): In function `ppc_write': >>> : undefined reference to `isa_dmadone' >>> ppc.o(.text+0x1963): In function `ppc_attach': >>> : undefined reference to `isa_dma_acquire' >>> ppc.o(.text+0x1976): In function `ppc_attach': >>> : undefined reference to `isa_dmainit' >>> sio.o(.text+0x62a): In function `sioprobe': >>> : undefined reference to `isa_irq_pending' >>> sio.o(.text+0x7fa): In function `sioprobe': >>> : undefined reference to `isa_irq_pending' >>> sio.o(.text+0x81c): In function `sioprobe': >>> : undefined reference to `isa_irq_pending' >>> sio.o(.text+0x856): In function `sioprobe': >>> : undefined reference to `isa_irq_pending' >>> *** Error code 1 >>> >>> Stop in /usr/src/sys/i386/compile/kernel_opt. >>> > > # > # GENERIC -- Generic kernel configuration file for FreeBSD/i386 > # > > # Bus support. Do not remove isa, even if you have no isa slots > #device isa > #device eisa > device pci > I'm no expert in FreeBSD kernel, but it seems the compile stops on a =20 isa-related error, and that you removed "device isa" even if the =20 config file told you not to. :) Putting back "device isa" should cure it. --=20 See you!!! PAIG Chong Woo. E-Mail : cw@paig.net ICQ : 1305386 Page web : http://www.valken.org --- "The historian is a prophet in reverse." Friedrich von Schlegel