From owner-freebsd-isdn Fri May 7 14: 2:28 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 1773C14C80 for ; Fri, 7 May 1999 14:02:05 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA24697; Fri, 7 May 1999 22:57:53 +0200 (CEST) Message-Id: <199905072057.WAA24697@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: rich@dynamite.org Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Compiling Kernel with AVM_A1_PCI Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 07 May 1999 20:34:03 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 07 May 1999 22:57:53 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Rich Wood" writes: >I'm trying to compile a Kernel with support for my AVM Fritz!PCI card, >however, when compiling, it fails with the following error > > >sh ../../conf/newvers.sh GENERIC -DAVM_A1_PCI >cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested- >externs >-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - >Wuninitializ >ed -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. >-I/us >r/include -DAVM_A1_PCI -DKERNEL -DVM_STACK -include opt_global.h -elf >vers.c >loading kernel >i4b_isic_pci.o: In function `i4b_pci_attach': >i4b_isic_pci.o(.text+0x141): undefined reference to `avma1pp_map_int' >i4b_isic_pci.o: In function `isic_pciattach': >i4b_isic_pci.o(.text+0x196): undefined reference to `isic_attach_avma1pp' >*** Error code 1 > >Stop. >[root@zippy /usr/src/sys/compile/GENERICISDN]# > I just compiled this release here with no problems and I'm using the Fritz!Card PCI (I wrote the driver). Looks to me like the driver didn't even get compiled. How big is i4b_avm_fritz_pci.o ? Make sure that i4b_avm_fritz_pci.c is in /sys/i386/conf/files. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message