Jeffrey Forman wrote:

>timesquare:~/NVIDIA_kernel-1.0-2802# make all
>cc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts
>-Wparentheses -Wpointer-arith
>-Wcast-qual -Wno-multichar  -O -MD -D__KERNEL__ -DMODULE
>-D_LOOSE_KERNEL_NAMES -D_X86=1 -Di386=1 -DUNIX
>-DLINUX -DNV4_HW -DNTRM -DRM20 -D_GNU_SOURCE -DRM_HEAPMGR
>-D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE
>-DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=2802   -I.
>-I/usr/src/linux/include -Wno-cast-qual
>nv.c
>nv.c:22: linux/modversions.h: No such file or directory
>make: *** [nv.o] Error 1
>timesquare:~/NVIDIA_kernel-1.0-2802#
>
>While reading the readme it says you need a "properly configured kernel
>(make menuconfig dep)" so I got the source via apt-get, the 2.4.17
>kernel source, installed that, ran make menuconfig dep. Made sure the
>kernel source was installed in /usr/src/linux. Still no dice. Any ideas?
>

my /usr/include/linux/modversions.h just includes a bunch of files from 
/usr/include/linux/modules/
if youve never compiled and installed a kernel on this system before, 
then i advise trying a more complete kernel build and install:

make mrproper  ; never knew what this step was for
make menuconfig
make dep
make clean  ; dont know exactly what this does either... doesnt hurt tho
make modules
make modules_install  ; this should create linux/modversions.h and the 
stuff for linux/modules

give it a shot. hope it helps you out

 daniel



_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://www.utacm.org/mailman/listinfo/siglinux

Reply via email to