Hi, I've been trying to compile 2.2.16 on an SGI Indy, but it left me a few undefined references:
arch/mips/mm/mm.o: In function `vmalloc_uncached': umap.c(.text+0xa450): undefined reference to `vmalloc_prot' umap.c(.text+0xa450): relocation truncated to fit: R_MIPS_26 vmalloc_prot fs/fs.o: In function `copy_strings': exec.c(.text+0x9588): undefined reference to `strnlen_user' exec.c(.text+0x9588): relocation truncated to fit: R_MIPS_26 strnlen_user arch/mips/arc/arclib.a(misc.o): In function `prom_halt': misc.c(.text+0x40): undefined reference to `reset_wd33c93' misc.c(.text+0x40): relocation truncated to fit: R_MIPS_26 reset_wd33c93 arch/mips/arc/arclib.a(misc.o): In function `prom_powerdown': misc.c(.text+0xa8): undefined reference to `reset_wd33c93' misc.c(.text+0xa8): relocation truncated to fit: R_MIPS_26 reset_wd33c93 arch/mips/arc/arclib.a(misc.o): In function `prom_restart': misc.c(.text+0x110): undefined reference to `reset_wd33c93' misc.c(.text+0x110): relocation truncated to fit: R_MIPS_26 reset_wd33c93 arch/mips/arc/arclib.a(misc.o): In function `prom_reboot': misc.c(.text+0x178): undefined reference to `reset_wd33c93' misc.c(.text+0x178): relocation truncated to fit: R_MIPS_26 reset_wd33c93 arch/mips/arc/arclib.a(misc.o): In function `prom_imode': misc.c(.text+0x1e0): undefined reference to `reset_wd33c93' misc.c(.text+0x1e0): relocation truncated to fit: R_MIPS_26 reset_wd33c93 Any ideas what I'm missing ? FYI, the current system is based on HardHat, RedHat's (broken) MIPS port. Machine is an SGI Indy r4600, 64 MB ram and some SCSI (all standard stuff AFAIK). TIA, Fred. --

