Compileing vanila kernel on FC4

Brian Mury b.mury at ieee.org
Thu Jun 16 10:42:34 UTC 2005


On Thu, 2005-06-16 at 06:47 +0100, Damir Dezeljin wrote:
> I'm trying to compile a vanila kernel (linux-2.6.11.12) on FC4.
> Unfortunately an error stops the compilation:
> ----
> make[3]: *** [drivers/i2c/algos/i2c-algo-bit.o] Error 1
> make[2]: *** [drivers/i2c/algos] Error 2
> make[1]: *** [drivers/i2c] Error 2
> make: *** [drivers] Error 2
> ----

Use gcc 3.2.

> BTW: I used gcc32 by changing the top directory Makefile - is this the
> 'correct' aproach? Is there a simpler way to do it?

make CC=gcc32 all modules_install install

I built a vanilla 2.6.11.12 yesterday and it worked fine (but only after
I switched to gcc 3.2).




More information about the fedora-list mailing list