|
在redflag4.0桌面版下安装GeForce2 MX400显卡驱动时出错.
我在:ftp://download.nvidia.com/XFree86/ 下载了“NVIDIA_GLX-1.0-4191.tar.gz ”
和“NVIDIA_kernel-1.0-4191.tar.gz”
里面的帮助文件说支持GF2 MX400的显卡
我运行:
# tar zxvf NVIDIA_GLX-1.0-4349.tar.gz
# cd NVIDIA_GLX-1.0-4191
# make;make install
这一步安装成功!~
再运行:
# tar zxvf NVIDIA_kernel-1.0-4349.tar.gz
# cd NVIDIA_kernel-1.0-4191
# make;make install
就出现以下错误。请帮忙看看是什么错误~
You appear to be compiling the NVIDIA kernel module with
a compiler different from the one that was used to compile
the running kernel. This may be perfectly fine,but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
*** Failed cc sanity check. bailing out! ***
make:***[gcc-check] Error 1
You appear to be compiling the NVIDIA kernel module with
a compiler different from the one that wsa used to compile
the running kernel. This may be perfectly fine, but there
are cases where this can lead to unexpected behaviour and
system crashes.
If you know what you are doing and want to override this
check, you can do so by setting IGNORE_CC_MISMATCH.
In any other case, set the CC environment variable to the
name of the compiler that was used to compile the kernel.
*** Failed CC sanity check. bailing out! ***
make: *** [gcc-check] Error 1
install" too few arguments
Try 'install --help' for more information. |
|