Hey all,
I was attempting to compile the 2.4.0 Kernel and I get to the same point
during "make bzImage" to no avail.
Here is the output from the assembler:
{standard input}: Assembler messages:
{standard input}:765: Warning: indirect lcall without `*'
{standard input}:849: Warning: indirect lcall without `*'
{standard input}:935: Warning: indirect lcall without `*'
{standard input}:975: Warning: indirect lcall without `*'
{standard input}:1007: Warning: indirect lcall without `*'
{standard input}:1039: Warning: indirect lcall without `*'
{standard input}:1070: Warning: indirect lcall without `*'
{standard input}:1099: Warning: indirect lcall without `*'
{standard input}:1128: Warning: indirect lcall without `*'
{standard input}:1406: Warning: indirect lcall without `*'
{standard input}:1499: Warning: indirect lcall without `*'
The compilation does continue after this... for about 5 more seconds. Here is
the second message I receive.
net/network.o: In function `ip_nat_fn':
net/network.o(.text+0x2c62a): undefined reference to `ip_conntrack_get'
net/network.o: In function `ip_nat_out':
net/network.o(.text+0x2c7aa): undefined reference to `ip_ct_gather_frags'
net/network.o: In function `init_or_cleanup':
net/network.o(.text+0x2ca11): undefined reference to `ip_conntrack_module'
net/network.o(.text+0x2ca23): undefined reference to `ip_conntrack_module'
net/network.o: In function `ipt_snat_target':
net/network.o(.text+0x2ca89): undefined reference to `ip_conntrack_get'
net/network.o: In function `ipt_dnat_target':
net/network.o(.text+0x2cab5): undefined reference to `ip_conntrack_get'
net/network.o: In function `ip_nat_used_tuple':
net/network.o(.text+0x2cd63): undefined reference to `invert_tuplepr'
net/network.o(.text+0x2cd6a): undefined reference to
`ip_conntrack_tuple_taken'
net/network.o: In function `ip_nat_setup_info':
net/network.o(.text+0x2d34d): undefined reference to `invert_tuplepr'
net/network.o(.text+0x2d37b): undefined reference to `invert_tuplepr'
net/network.o(.text+0x2d388): undefined reference to
`ip_conntrack_alter_reply'
net/network.o(.text+0x2d39c): undefined reference to `invert_tuplepr'
net/network.o: In function `ip_nat_helper_unregister':
net/network.o(.text+0x2da25): undefined reference to `ip_ct_selective_cleanup'
net/network.o: In function `ip_nat_cleanup':
net/network.o(.text+0x2da32): undefined reference to `ip_conntrack_destroyed'
net/network.o: In function `masquerade_target':
net/network.o(.text+0x2eaa7): undefined reference to `ip_conntrack_get'
net/network.o: In function `masq_device_event':
net/network.o(.text+0x2ebbb): undefined reference to `ip_ct_selective_cleanup'
net/network.o: In function `redirect_target':
net/network.o(.text+0x2ec56): undefined reference to `ip_conntrack_get'
net/network.o: In function `ip_nat_init':
net/network.o(.text.init+0x11bd): undefined reference to
`ip_conntrack_destroyed'
make: *** [vmlinux] Error 1
Anyone got any clues on this one? Or, if you need more information let me
know. Thanks!
William Long