That did indeed fix that build error, so here is the patch for said
fix.
--- linux/arch/mips/kernel/signal.c.orig Thu Apr 25 08:09:15
2002
+++ linux/arch/mips/kernel/signal.c Thu Apr 25 08:02:33 2002
@@ -18,6 +18,7 @@
#include <linux/wait.h>
#include <linux/ptrace.h>
#include <linux/unistd.h>
+#include <linux/personality.h>
#include <asm/asm.h>
#include <asm/bitops.h>
Though I am left with yet another build error during the final linking:
ld -G 0 -static -T arch/mips/ld.script arch/mips/kernel/head.o
arch/mips/kernel/init_task.o init/main.o init/version.o
init/do_mounts.o \
--start-group \
arch/mips/kernel/kernel.o arch/mips/mm/mm.o kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o arch/mips/math-emu/fpu_emulator.o
arch/mips/sgi-ip22/ip22-kern.o \
drivers/char/char.o drivers/block/block.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o drivers/scsi/scsidrv.o
drivers/cdrom/driver.o drivers/sgi/sgi.a drivers/video/video.o \
net/network.o \
arch/mips/lib/lib.a /usr/src/linux-2.4.19-pre7/lib/lib.a
arch/mips/arc/arclib.a \
--end-group \
-o vmlinux
drivers/sgi/sgi.a(sgichar.o): In function `register_serial':
sgichar.o(.text+0x6e14): multiple definition of `register_serial'
drivers/char/char.o(.text+0x1ba70): first defined here
drivers/sgi/sgi.a(sgichar.o): In function `unregister_serial':
sgichar.o(.text+0x6e1c): multiple definition of `unregister_serial'
drivers/char/char.o(.text+0x1bac8): first defined here
arch/mips/kernel/kernel.o: In function `irix_waitsys':
arch/mips/kernel/kernel.o(.text+0xaa90): undefined reference to
`release_task'
make: *** [vmlinux] Error 1
The first part of that error was likely a config snafu (I defined both
standard serial and SGI serial) The second looks like a problem with
Irix binary compatibility, I'm disabling that as well.
Disabling those two things has left me with a compiled kernel.
-- Malcolm D. Mallardi - Dark Freak At Large "Captain, we are receiving two-hundred eighty-five THOUSAND hails." AOL: Nuark UIN: 11084092 Y!: Magamo Jabber: Nuark@jabber.com http://ranka.2y.net:8008/~magamo/index.htm - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/