Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 1999 18:49:55 +0100 (CET)
From:      Michael Reifenberger <root@nihil.plaut.de>
To:        FreeBSD-Current <current@freebsd.org>
Subject:   -current kernel compile and PCCARD
Message-ID:  <Pine.BSF.4.05.9903121847320.31850-100000@nihil.plaut.de>

next in thread | raw e-mail | index | archive | help
Hi,
under -current I get during kernel compile:
...
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions
-ansi  -nostdinc -I- -I. -I../.. -I../../../include -DCOMPAT_LINUX_THREADS
-DKERNEL -DVM_STACK -include opt_global.h -elf  ../../pccard/pcic.c
../../pccard/pcic.c:190: warning: static declaration for `register_pcic_intr'
follows non-static
../../pccard/pcic.c:194: warning: static declaration for `unregister_pcic_intr'
follows non-static  
...
loading kernel
pccard.o: In function `unregister_device_interrupt':
pccard.o(.text+0x31c): undefined reference to `unregister_pcic_intr'
pccard.o: In function `pccard_alloc_intr':
pccard.o(.text+0x691): undefined reference to `register_pcic_intr'
*** Error code 1

Stop.    

I can't find the reason in pcic.c
Anyone else?

Bye!
----
Michael Reifenberger
Plaut Software GmbH, R/3 Basis



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9903121847320.31850-100000>