Kernel compilation error
Hello,
while trying to compile a module (shfs) for my kernel (compiled from source,
version 2.6.5) I got a segmentation fault error. I deleted my kernel-source
folder, while keeping a copy of my configuration, and tried to recompile it.
I got the same error again, here it is :
=======================================================
make menuconfig
/bin/sh: line 1: 9613 Segmentation fault gcc -Wall -Wstrict-prototypes
-Wno-trigraphs -fno-strict-aliasing -fno-common -S -o /dev/null -xc
/dev/null >/dev/null 2>&1
HOSTCC scripts/basic/fixdep
/bin/sh: line 1: 9616 Segmentation fault gcc
-Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c
make[1]: *** [scripts/basic/fixdep] Error 139
make: *** [scripts_basic] Error 2
=======================================================
I was wondering if it was because of a problem of GCC but I know no way of
checking this. I'm using debian unstable and made an 'apt-get update;apt-get
upgrade' before trying. The problem isn't kernel related since the
compilation worked before, and I get the same error with the 2.6.9 sources.
Anyone can help me out ?
Thanks in advance
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Reply to: