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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to