patch-2.2.10-ac12

Robert Dinse (nanook@eskimo.com)
Thu, 29 Jul 1999 01:21:15 -0700 (PDT)


I decided to try a kernel with Alan Cox's patches applied just to see if
it might affect the spin_lock_irqsave problem.

Trying to compile a kernel with those patches applied fails for me in the
loading phase:

ld -T arch/sparc/vmlinux.lds arch/sparc/kernel/head.o
arch/sparc/kernel/init_task.o init/main.o init/version.o \
--start-group \
arch/sparc/kernel/kernel.o arch/sparc/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o ipc/ipc.o arch/sparc/math-emu/math-emu.o arch/sparc/boot/btfix.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.a drivers/misc/misc.a
drivers/net/net.a drivers/scsi/scsi.a drivers/cdrom/cdrom.a drivers/sbus/sbus.a
drivers/video/video.a \
/usr/src/linux.ac/lib/lib.a /usr/src/linux.ac/lib/lib.a
/usr/src/linux.ac/arch/sparc/prom/promlib.a
/usr/src/linux.ac/arch/sparc/lib/lib.a \
--end-group \
-o vmlinux
fs/filesystems.a(proc.o): In function `mem_read':
proc.o(.text+0x22a4): undefined reference to `pte_read'
make: *** [vmlinux] Error 1

I am trying to compile this on a machine running 2.2.10 without the
patches, trying to compile with egcs:

gcc version egcs-2.90.29 980515 (egcs-1.0.3 release)

This again is on a Sun SS-10 with the quad Ross RTK-625 Hypersparc CPU's.
Can anybody tell me what I'm doing wrong?

-
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/