Re: error durin make

Daniel Zepeda (dzepeda@jazz.cs.utsa.edu)
Wed, 8 Sep 1999 16:35:51 -0500 (CDT)


When you removed the kernel rpms, it removes the symlinks in /usr/include,

try this:

ln -s /usr/src/linux/include/linux /usr/include/linux
ln -s /usr/src/linux/include/asm-i386 /usr/include/asm
ln -s /usr/src/linux/include/scsi /usr/include/scsi

That should fix you up. There used to be a note about this in the README,
but I don't see it anymore.

>From: "John J. LeMay Jr." <jlemay@njmc.com>
>Date: Wed, 8 Sep 1999 15:30:12 -0400 (EDT)
>Subject: Error during make
>
>I recently installed RH 6 on an x86 based box. As I need to upgrade my
>kernel to add some hardware support, I downloaded the 2.2.12 tarball
>(which I have been running on my main PC for a while now). I first
removed
>all of the RH kernel rpms, created a directory called 2.2.12 in /usr/src
>and created a symlink /usr/src/linux to /usr/src/linxu-2.2.12. I then
>untarred the new kernel in /usr/src which put everything is what appears
>to be the right place.

>I sucessfully completed make xconfig and make dep, however when I attempt
>to created the kernel image with "make bzImage", I receive the following
>error:
>
>[root@rh60-01 linux]# make bzImage
>gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o
>scripts/split-include
><snip>

Daniel P. Zepeda
dpz@pobox.com

"In complete darkness, we are all the same. Only our knowledge and wisdom
separates us there." -- J. Jackson

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/