|
发表于 2003-5-12 19:26:02
|
显示全部楼层
回复: 装nvidia显卡驱动的错误
说你的内核和nvidia模块用不同的编译器编译的
最初由 lpc002000 发表
[root@localhost /usr/src/NVIDIA_kernel-1.0-4363]# make
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
是什么原因啊?应该怎么设置CC环境变量? |
|