On Thu, 25 Nov 1999, Radim Gelner wrote: > When compiling MIPS kernel 2.2.1 (that's what I do this whole week > :)) downloaded from decstation.unix-ag.org I get following error:
[...] > mipsel-linux-gcc -D__KERNEL__ -I/usr/src/kernel-source-2.2.1/include -Wall > -Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic > -mcpu=r4600 -mips2 -pipe -c -o pci.o pci.c > pci.c: In function `sni_rm200_pcibios_fixup': > pci.c:41: warning: implicit declaration of function `set_cp0_config' > pci.c:41: `CONF_CM_CMASK' undeclared (first use this function) > pci.c:41: (Each undeclared identifier is reported only once > pci.c:41: for each function it appears in.) > pci.c:41: `CONF_CM_CACHABLE_NO_WA' undeclared (first use this function) > make[1]: *** [pci.o] Error 1 > make[1]: Leaving directory `/usr/src/kernel-source-2.2.1/arch/mips/sni' > make: *** [_dir_arch/mips/sni] Error 2 > I've tried several packages of egcs, gcc and binutils and all of them do > this. This is a kernel matter, not compile-tools. > Does anybody know what to do? First leave out PCI support - this is a guess of me, based on the fact that pci.o is being compiled. Second, subscribe to the Linux-MIPS mailing list if you're really concerned about getting Linux going on your machine, but be warned it is very addictive. :-) This is a Debian list and your problem is a Linux-MIPS problem. > P.S: If I fail, where is the place for binary kernel > packages? ftp.linux.sgi.com? I'm afraid there are no kernel packages, at least I've never read about compiled contemporary kernels for RMI's. Regards, Richard

