[Netnice-developer] Kernel dev question
Status: Alpha
Brought to you by:
taost6
From: Matt D. <mat...@gm...> - 2005-11-12 19:49:59
|
currently the compile for netnice2612 stops with the linking error: > LD init/built-in.o > LD .tmp_vmlinux1 > kernel/built-in.o(.text+0x62db): In function `do_fork': > : undefined reference to `vif_fork' > kernel/built-in.o(.text+0x993f): In function `do_exit': > : undefined reference to `vif_exit' > net/built-in.o(.text+0x2236b): In function `ip_finish_output': > : undefined reference to `vif_input' > net/built-in.o(.text+0x223a8): In function `ip_finish_output': > : undefined reference to `vif_input' > net/built-in.o(.text+0x48c59): In function `inet_sock_release': > : undefined reference to `vif_checksk' I have a feeling its the way the makfiles are setup all of the net/core/vif_*.c use the EXPORT macro... so Im kinda scratchin my head on this one. -Matt |