I'm having trouble cross-compiling the linux-970723 test release. Apart
from a few minor nits (make depend problem, etc.), this got me stopped:
mips-linuxgcc -D__KERNEL__ -I/home/jwr/linux-970723/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic
-mcpu=r8000 -mips2 -pipe -c int-handler.S -o int-handler.o
int-handler.S: Assembler messages:
int-handler.S:64: Error: .previous without corresponding .section; ignored
int-handler.S:70: Error: .previous without corresponding .section; ignored
int-handler.S:73: Error: .previous without corresponding .section; ignored
int-handler.S:172: Error: .previous without corresponding .section; ignored
int-handler.S:250: Error: .previous without corresponding .section; ignored
int-handler.S:270: Error: .previous without corresponding .section; ignored
int-handler.S:271: Error: .previous without corresponding .section; ignored
int-handler.S:294: Error: .previous without corresponding .section; ignored
make[1]: *** [int-handler.o] Error 1
make[1]: Leaving directory `/home/jwr/linux-970723/arch/mips/jazz'
make: *** [linuxsubdirs] Error 2
So, any hope for a ready-to-run-barely-bootable-but-binary thing on ftp
somewhere ? I was kinda expecting this from mr. David "SPARC precompiled
kernels for people" Miller :-)
thanks,
--J.
PS: I've set up a mirror on ftp://sunsite.icm.edu.pl/pub/Linux/sgi/
(mirrors ftp://ftp.linux.sgi.com/pub/ nightly)
BTW, isn't this a typo ?
--- sni.h-original Sat Jun 14 19:38:41 1997
+++ sni.h Sat Jun 14 19:38:45 1997
@@ -15,7 +15,7 @@
/*
* ASIC PCI registers for little endian configuration.
*/
-#ifndef __MIPSEL__
+#ifdef __MIPSEL__
#error "Fix me for big endian"
#endif
#define PCIMT_UCONF 0xbfff0000
|