More 2.1.5 compile errors

Jordan Ritter (jpr5@res0752531033.res.lehigh.edu)
Sat, 19 Oct 1996 16:48:22 -0400 (EDT)


I wasn't able to ever get 2.1.4 to compile (I saw someone posted a similar
message with the same problem - ASM opcode reference errors, but as far as
I saw, noone responded to it), and now I haven't been able to get 2.1.5 to
compile either.

This time it's all linking problems, everything compiles fine. This
snippet is from the final stages of building the kernel.

-----------
ld -m elf_i386 -Ttext 0xC0100000 -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 \
/usr/src/linux-2.1.5/arch/i386/lib/lib.a
/usr/src/linux-2.1.5/lib/lib.a
/usr/src/linux-2.1.5/arch/i386/lib/lib.a -o vmlinux
net/network.a(ipx.o): In function `ipxitf_ioctl_real':
ipx.o(.text+0x1411): undefined reference to `get_fs_byte'
ipx.o(.text+0x1461): undefined reference to `get_fs_byte'
net/network.a(ipx.o): In function `ipx_setsockopt':
ipx.o(.text+0x2022): undefined reference to `get_fs_long'
make: *** [vmlinux] Error 1
------------

Jordan Ritter