[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02752) Re: compiling error on usagi stable 5
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 02752) Re: compiling error on usagi stable 5
- From: Mark Huth <mhuth@xxxxxxxxxx>
- Date: Wed, 07 Jan 2004 17:43:15 -0700
- References: <DMEAIOLONOKFADMBFLJDKEOICEAA.yhsiung@zyxel.com>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- Resent-date: Sun, 11 Jan 2004 22:58:57 +0900
- Resent-from: yoshfuji@xxxxxxxxxxxxxx
- Resent-message-id: <200401112258.FMLAAB25071.usagi-users@linux-ipv6.org>
- Resent-to: usagi-users@xxxxxxxxxxxxxx (moderated)
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0
I think that this comes from having IPV6 over IPV6 tunneling in the
kernel while mobile ipv6 is a module, or perhaps the other way around.
Make both of them modules, and I have gotten it to work.
Mark Huth
Yang Hsiung wrote:
>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
>
>
>
>
>
>
>