betatoy 发表于 2003-3-20 20:55:45

Geforce驱动安装问题

我用make命令的结果如下:

# make install
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 -mcmodel=kernel -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE-DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=4180    -DNV_UNIX-DNV_LINUX-DNV_INT64_OK-DNV_64_BITS-DNVCPU_X86_64   -I. -I/usr/src/linux/include -Wno-cast-qual nv.c
In file included from /usr/include/linux/timex.h:152,
               from /usr/include/linux/sched.h:14,
               from /usr/include/linux/vmalloc.h:4,
               from nv-linux.h:64,
               from nv.c:14:
/usr/include/asm/timex.h:10:21: asm/msr.h: No such file or directory
In file included from /usr/include/linux/vmalloc.h:8,
               from nv-linux.h:64,
               from nv.c:14:
/usr/include/asm/pgtable.h:17:24: asm/fixmap.h: No such file or directory
In file included from nv-linux.h:67,
               from nv.c:14:
/usr/include/linux/delay.h:13:23: asm/delay.h: No such file or directory
In file included from nv-linux.h:71,
               from nv.c:14:
/usr/include/linux/interrupt.h:44:25: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:45:25: asm/softirq.h: No such file or directory
In file included from nv.c:14:
nv-linux.h:76:75: asm/uaccess.h: No such file or directory
In file included from /usr/include/linux/highmem.h:5,
               from nv-linux.h:83,
               from nv.c:14:
/usr/include/asm/pgalloc.h:6:24: asm/fixmap.h: No such file or directory
make: *** Error 1
#

betatoy 发表于 2003-3-20 22:03:18

那位linux大人帮帮我呀,谢谢啦

llc 发表于 2003-3-20 22:37:42

安装相应你内核的kernel-source包,一般在安装光盘上有
页: [1]
查看完整版本: Geforce驱动安装问题