Date: Fri, 07 May 1999 22:57:53 +0200 From: Gary Jennejohn <garyj@peedub.muc.de> To: rich@dynamite.org Cc: freebsd-isdn@FreeBSD.ORG Subject: Re: Compiling Kernel with AVM_A1_PCI Message-ID: <199905072057.WAA24697@peedub.muc.de> In-Reply-To: Your message of "Fri, 07 May 1999 20:34:03 BST." <B0000032116@clyde.chugaboom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905072057.WAA24697>