[root@host linux]# make symlinks
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
/bin/sh: cd: include: No such file or directory
There are huge amounts of warnings and then an error.
Here is a brief sample.
make bzImage
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
On Wed, 4 Oct 2000, Dan Evans wrote:
>
> 1. How do I setup the symbolic links correctly to compile from tarball
>
After untaring the file, change to the linux directory, and type
"make symlinks".
>
> 2. Where can I download preview 2.4.x kernels in .rpm format?
>
> thanks
>
___
1. How do I setup the symbolic links correctly to compile from tarball
2. Where can I download preview 2.4.x kernels in .rpm format?
thanks
At 20:50 03/10/00 -0400, you wrote:
>Hi Dan,
>
>Unless you are just trying to have fun with a custom kernel...
>
>You may want to look in the "preview" di
Hi Dan,
Unless you are just trying to have fun with a custom kernel...
You may want to look in the "preview" directory for kernel rpms for kernel
2.4. There are also glibc (optimized for 2.4) and tux patches if you rebuild
the srpm.
If you are just after 2.4 without too much hassle it may help.
-Original Message-
From: Dan Evans <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, October 03, 2000 5:43 PM
Subject: Compiling linux-2.4.0-test9 kernel on Redhat 7
>
>I thought this would be easy, but am wrong. No matter how I try to compile
>this
>kernel,