On 20010412 (Thu) at 1726:11 +0100, Alan Cox wrote:
>
> 2.4.3-ac5
> o Fix rwsem compile problem (me)
No such luck, I fear, at least not with egcs-2.91.66:
/usr/src/linux-2.4.3ac5/include/asm/rwsem.h:26: badly punctuated
parameter list in #define'
/usr/src/linux-2.4.3ac
ok, for those who didn't ignore :) trying to correct a misconfigured
MTA that made vger barf.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the F
gcc -D__KERNEL__ -I/usr/src/linux-2.4.2ac12/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
-march=i686-c -o 3c509.o 3c509.c
3c509.c: In function 'el3_probe':
3c509.c:330: structure has no member named 'name'
make[3]: *** [3c509.o] Error 1
make[3]: Leaving
To get 2.4.1-ac8 to build with newly-installed binutils-2.10.1.0.7, I
had to do this to the Makefile in arch/i386/boot:
--- Makefile~ Mon Dec 20 17:43:39 1999
+++ MakefileFri Feb 9 07:21:42 2001
@@ -43,7 +43,7 @@
$(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
bootsect: bo
Kernel 2.4.5ac16 is running on several UP machines here, but the first
SMP machine I compiled it for fails early in boot. I cleaned out the
source tree and recompiled, in case I'd botched the first try, but got
the same result. Procedure for compilation was to patch, copy .config
from the runnin
5 matches
Mail list logo