I have a O2 R5k 180mhz that I'm trying to shift from Irix to Linux...
I looked at the gentoo handbook and figured that the install process looked fairly harmless...
So, I have netbooted and the Busybox environment is fine... I have prepared my disk and have chrooted into the new filesystem... I have unpacked latest stage3-mips4 stage and portage (which i'm assuming is a source merging package system)... I have sync'd portage and merged the mips-sources and kgcc64 via emerge which seemed to go without problems...
I have used default make config
Code: Select all
make ip32_defconfig now issue
Code: Select all
make vmlinux.32 modules modules_install CROSS_COMPILE=mips64-unknown-linux-gnu-I can't for the life of me work out whats going on... any ideas??(chroot) gentoo-mips-20050530 linux-2.6.20.14-20070415 # make vmlinux.32 modules modules_install CROSS_COMPILE=mips64-unknown-linux-gnu-
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/mips/Kconfig
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/mips/kernel/asm-offsets.s
GEN include/asm-mips/asm-offsets.h
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
CC init/main.o
CHK include/linux/compile.h
dnsdomainname: Unknown host
CC init/version.o
CC init/do_mounts.o
LD init/mounts.o
mips64-unknown-linux-gnu-ld: cannot open linker script file ldscripts/elf64btsmip.xr: No such file or directory
make[1]: *** [init/mounts.o] Error 1
make: *** [init] Error 2

