Re: [Netnice-kernels] Re: major changes coming up
Status: Alpha
Brought to you by:
taost6
From: Scott B. <sco...@ve...> - 2005-02-26 23:58:33
|
On Fri, 25 Feb 2005, Takashi Okumura wrote: > > Thanks Kartikey! > > Scott, can you apply the patch to the source, and commit? > > Sho, if you're busy, can you just commit your NPF code > before Scott applies the patch, not to complicate your > further coding? (even if it is incomplete) > > > thanks! > > -- taka > Hi Takashi, Sho, and Kartikey, I have applied the patch 'patch-2.6.7nnice.txt' to the HEAD of netnice267. I also copied the file 'patch-2.6.7.txt' over netnice/linux/sys/netnice-linux-2.6.7.patch. I have not committed these changes because I found that I can no longer build the netnice kernel after applying the patch. Aside from a few warnings, the following errors occur at the end of compilation during the link: UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 net/built-in.o(.text+0x13b87): In function `vif_in_output': : undefined reference to `ipv6_rcv' net/built-in.o(.text+0x13c23): In function `pvif_lookup': : undefined reference to `ipv6_skip_exthdr' net/built-in.o(.text+0x13c70): In function `pvif_lookup': : undefined reference to `udp_v6_lookup' net/built-in.o(.text+0x13d22): In function `pvif_lookup': : undefined reference to `tcp_v6_lookup' net/built-in.o(.text+0x146d6): In function `vif6_input': : undefined reference to `ip6_maybe_reroute' net/built-in.o(.text+0x14866): In function `vif_output': : undefined reference to `ip6_maybe_reroute' net/built-in.o(.text+0x14878): In function `vif_output': : undefined reference to `ip6_maybe_reroute' net/built-in.o(.text+0x146c6): In function `vif6_input': : undefined reference to `ip6_maybe_reroute' make: *** [.tmp_vmlinux1] Error 1 I have not done any further investigation and maybe have not correctly configured the kernel build. Would you like me to go ahead and commit the changes now anyway? Thanks, Scott B |