Kim Oppalfens wrote:
> 
> Hi all,
> 
> I am trying to compile my own 2.4.18 kernel, I cleanly applied the patches I
> found on Jacques Nilo's page against a stock 2.4.18 kernel from
> ftp.kernel.org.
> 
> The kernel compiles fine, but the minute I am trying to make modules I
> constantly get "segmentation fault" errors.
> 
> Btw I am compiling the kernel on a Redhat 7.2 system.
> 
> I installed the glibc compatibilities libraries for glibc 20 & 21.
> If I compile everything against glibc 21 everything seems to work fine.
> 
> If I compile everything against glibc20 I get a warning that my glibc
> version is to old and does not produce correct kernels.
> 
Kim
Bering kernel is being compiled under a Debian/potatoe machine (gcc
2.95.2)
You definitively cannot compile it under Debian/slink
I already compiled it under Mandrake 8.1 without any problem.

The library is not the problem here. The kernel does not use it. The
problem is the compiler and could be binutils. From the linux README :

"Make sure you have gcc-2.91.66 (egcs-1.1.2) available.  gcc 2.95.2 may
also work but is not as safe, and *gcc 2.7.2.3 is no longer supported*.
Also remember to upgrade your binutils package (for as/ld/nm and
company)
if necessary. For more information, refer to ./Documentation/Changes."

Jacques

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to