[CLUE-Tech] Kernel compilation question

Mike Miller mmiller1106 at earthlink.net
Mon Nov 11 09:46:35 MST 2002


I'm trying to compile in NTFS (readonly) support into RH8 and am running
into a brick wall. 'Make Modules' fails out. In an attempt to see if I
could just compile the 'base' kernel configuration, I ran 'make
oldconfig' which, in theory, lets you build the kernel that ships with
RH8.

That fails at 'make modules' too:
==================
gcc -D__KERNEL__ -I/home/src/linux-2.4.18-14/include -Wall
-Wstrict-prototypes -
Wno-trigraphs -O2 -fngcc -D__KERNEL__
-I/home/src/linux-2.4.18-14/include -Wall -Wstrict-prototypes -
Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer
-pipe -m
preferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include
/home/src
/linux-2.4.18-14/include/linux/modversions.h  -nostdinc -I
/usr/lib/gcc-lib/i386
-redhat-linux/3.2/include -DKBUILD_BASENAME=synclink_cs  -c -o
synclink_cs.o syn
clink_cs.c
/home/src/linux-2.4.18-14/include/linux/skbuff.h: In function `skb_cow':
/home/src/linux-2.4.18-14/include/linux/skbuff.h:1082: internal error:
Segmentat
ion fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[3]: *** [synclink_cs.o] Error 1
make[3]: Leaving directory
`/home/src/linux-2.4.18-14/drivers/char/pcmcia'
make[2]: *** [_modsubdir_pcmcia] Error 2
make[2]: Leaving directory `/home/src/linux-2.4.18-14/drivers/char'
make[1]: *** [_modsubdir_char] Error 2
make[1]: Leaving directory `/home/src/linux-2.4.18-14/drivers'
make: *** [_mod_drivers] Error 2
[root at hauserver linux-2.4]#
===================

Bugzilla is decidedly unhelpful. :P




More information about the clue-tech mailing list