|
Fedora Core4 x64, no way to compile kernel
Hello!
A lots of threads about this...
What kind of magic I have to do, to compile kernel on Fedora Core4 x64?
I get an errors when I start make or make all (after performing make menuconfig, of course).
I have tryed to compile it from
/usr/src/kernels/.....
and from
/usr/src/linux/
... but errors like next occured:
[root@localhost linux]# make all
CHK include/linux/version.h
SPLIT include/linux/autoconf.h -> include/config/*
make[1]: `arch/x86_64/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CHK usr/initramfs_list
CC arch/x86_64/ia32/ia32_ioctl.o
In file included from fs/compat_ioctl.c:69,
from arch/x86_64/ia32/ia32_ioctl.c:14:
include/linux/i2c.h:58: error: array type has incomplete element type
include/linux/i2c.h:197: error: array type has incomplete element type
make[1]: *** [arch/x86_64/ia32/ia32_ioctl.o] Error 1
make: *** [arch/x86_64/ia32] Error 2
[root@localhost linux]#
I tryed several versions of kernels, one of them I did manage to compiel in Core3 (with same .config file).
Please, help! Thanx in advance!
Last edited by proNick; 07-12-2005 at 07:27 AM.
|