[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ccompiler failure on 2.4.24



On Mon, 2 Feb 2004, Geert Uytterhoeven wrote:
> On Mon, 2 Feb 2004, Hank wrote:
> > My Quadra 840AV Running Debian 3.0_r2 failed to compile 2.4.24. Came
> > pretty close though. Here's the stdout and stderr messages
> > attached
>
> So I guess it compiled drivers/char/pc_keyb.c? Can you please post your
> .config?

Please try the patch below. It allowed me to compile a kernel using your
.config.

--- linux-m68k-2.4.25-pre8/drivers/char/Makefile.orig	2004-01-24 20:13:00.000000000 +0100
+++ linux-m68k-2.4.25-pre8/drivers/char/Makefile	2004-02-02 17:29:16.000000000 +0100
@@ -61,13 +61,7 @@
 endif

 ifeq ($(ARCH),m68k)
-   ifdef CONFIG_AMIGA
-      KEYBD = amikeyb.o
-   else
-      ifndef CONFIG_MAC
-	 KEYBD =
-      endif
-   endif
+   KEYBD    =
    SERIAL   =
 endif

@@ -85,6 +79,10 @@
    endif
 endif

+ifdef CONFIG_AMIGA
+  KEYBD += amikeyb.o
+endif
+
 ifdef CONFIG_Q40
   KEYBD += q40_keyb.o
   SERIAL = serial.o

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds



Reply to: