Re: Kernel 2.0.38 - Compiling problems

Gergely Madarasz (gorgo@sztaki.hu)
Fri, 27 Aug 1999 02:18:08 +0200 (MET DST)


On Thu, 26 Aug 1999, Richard Brunner wrote:

> Hi!
>
> Now I´ve found out, that signal 11 occurs due to hardeware problems.
> But now I´ve a second error :-(, on the same machine [compiling 2.0.38]
> ------------------------
> make[1]: Leaving directory `/usr/src/linux/arch/i386/lib'
> ld -m elf_i386 -Ttext 0x100000 -e stext arch/i386/kernel/head.o
> init/main.o init/version.o \
> arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o
> mm/mm.o fs/fs.o ipc/ipc.o net/network.a \
> fs/filesystems.a \
> drivers/block/block.a drivers/char/char.a drivers/net/net.a
> drivers/pci/pci.a \
> /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
> /usr/src/linux/arch/i386/lib/lib.a -o vmlinux
> net/network.a(ipv4.o): In function `snmp_get_info':
> ipv4.o(.text+0x2423): undefined reference to `icmp_statistics'
> ipv4.o(.text+0x2429): undefined reference to `icmp_statistics'
> ipv4.o(.text+0x242f): undefined reference to `icmp_statistics'
> ipv4.o(.text+0x2435): undefined reference to `icmp_statistics'
> ipv4.o(.text+0x243b): undefined reference to `icmp_statistics'

This is because one of your previous compiles crashed when compiling the
icmp code and left a half object there. You should remove it and rerun
make.

Greg

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/