[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02740) compiling error on usagi stable 5



Hi,

I received the following compilation errors when doing "make bzImage".
I am using USAGI stable 5 release (01042004).

net/network.o: In function `ip6_xmit':
net/network.o(.text+0x8e24f): undefined reference to `mipv6_functions'
net/network.o: In function `ip6_build_xmit':
net/network.o(.text+0x8f7e2): undefined reference to `mipv6_functions'
net/network.o: In function `ipv6_dev_get_saddr':
net/network.o(.text+0x93435): undefined reference to `mipv6_functions'
net/network.o: In function `addrconf_prefix_rcv':
net/network.o(.text+0x94d45): undefined reference to `mipv6_functions'
net/network.o: In function `inet6_rtm_newaddr':
net/network.o(.text+0x9758c): undefined reference to `mipv6_functions'
net/network.o(.text+0x9cbdc): more undefined references to `mipv6_functions'
follow
net/network.o: In function `ndisc_solicit':
net/network.o(.text+0xa1606): undefined reference to
`ndisc_mipv6_mn_solicit_ha'
net/network.o: In function `ndisc_recv_ns':
net/network.o(.text+0xa18e5): undefined reference to `mipv6_functions'
net/network.o: In function `ndisc_recv_na':
net/network.o(.text+0xa218e): undefined reference to `mipv6_functions'
net/network.o(.text+0xa224b): undefined reference to `mipv6_functions'
net/network.o: In function `ndisc_recv_ra':
net/network.o(.text+0xa2561): undefined reference to `mipv6_functions'
net/network.o(.text+0xa2a5e): undefined reference to `mipv6_functions'
net/network.o(.text+0xa8445): more undefined references to `mipv6_functions'
follow
net/network.o: In function `init_module':
net/network.o(.text.init+0x5463): undefined reference to `mipv6_bcache_exit'
net/network.o(.text.init+0x53eb): undefined reference to `mipv6_functions'
net/network.o(.text.init+0x5400): undefined reference to `mipv6_functions'
net/network.o(.text.init+0x540a): undefined reference to `mipv6_functions'
net/network.o(.text.init+0x541e): undefined reference to `mipv6_functions'
net/network.o(.text.init+0x5429): undefined reference to `mipv6_functions'
net/network.o(.text.init+0x5445): more undefined references to
`mipv6_functions' follow
net/network.o(__ksymtab+0xa38): undefined reference to
`mipv6_invalidate_calls'
net/network.o(.data+0x98a4): undefined reference to `mipv6_handle_dstopt'
make: *** [vmlinux] Error 1

Yang