Messages in this thread |  | | Date | Sat, 2 Nov 1996 12:21:55 -0500 (EST) | From | Matthew X Economou <> | Subject | Problems compiling 2.0.24 on RedHat 4.0/Multia |
| |
-----BEGIN PGP SIGNED MESSAGE-----
I'm trying to compile a 2.0.24 kernel (patched up from 2.0.23, which was patched with axp-diff-2.0.21) with all IP firewalling, forwarding, and masquerading options turned on (I'm experimenting with stuff).
At the final build step, I get the following:
ld -warn-multiple-gp -static -Ttext 0xfffffc0000310000 -N \ arch/alpha/kernel/head.o init/main.o init/version.o \ arch/alpha/kernel/kernel.o arch/alpha/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/scsi/scsi.a drivers/sound/sound.a drivers/pci/pci.a \ /usr/local/src/linux/arch/alpha/math-emu/math-emu.a \ /usr/local/src/linux/arch/alpha/lib/lib.a \ /usr/local/src/linux/lib/lib.a \ /usr/local/src/linux/arch/alpha/lib/lib.a -o vmlinux net/network.a(ipv4.o): In function `rt_get_info': /var/local/src/linux/net/ipv4/route.c:754: undefined reference to `ip_rcv' ld: bfd assertion fail elf64-alpha.c:2312
What does "bfd assertion fail" mean? I assume it doesn't have anything to do with the linker error (undefined reference to `ip_rcv') that caused the link to fail.
My networking configuration:
CONFIG_FIREWALL=y CONFIG_NET_ALIAS=y CONFIG_INET=y CONFIG_IP_FORWARD=y CONFIG_IP_MULTICAST=y CONFIG_IP_FIREWALL=y CONFIG_IP_FIREWALL_VERBOSE=y CONFIG_IP_MASQUERADE=y CONFIG_INET_RARP=y CONFIG_IP_NOSR=y CONFIG_SKB_LARGE=y
This is on a RedHat 4.0/AXP installation, running on a Digital Multia.
-----BEGIN PGP SIGNATURE----- Version: 2.6.2 Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface
iQCVAwUBMnuDECjh7SVEyfhxAQFonQP/T8sjAn8EBb3mmeZo6rd0PaU31pqOM+Jh VroR8/fgAUMt3+z+R+80bInu0aGbMfYB2LZN4I1adlTe1wzDTcLeuzebHo/LYpos 9A1gXg4UcNKiKp89Rp77R/ec67zT5fpQm9s440poKFfwYv8y8snJ6Vl8pSsGUqij HgUEIAOrTvA= =1M56 -----END PGP SIGNATURE-----
-- Matthew X. Economou - Finger/WWW for public key. - Geek of Computer Science(!) econommx@rose-hulman.edu - http://www.rose-hulman.edu/~econommx - Random quote: "When all else fails, read the instructions." --Cahn's Axiom
|  |