|
|

楼主 |
发表于 2008-2-4 15:08:17
|
显示全部楼层
先预祝各位新春快乐哈!!!
事情好像我有点没有说清楚,是我装VM-WARE的时候,提示内核不对,GCC编译的版本比较低。
所以我尝试使用新版本的GCC编译内核,所以出了一堆报错!
报错的原因也找到了,我只装了ncurses的基础包,没有装ncurses-dev,所以编译没有通过!
呵呵,谢谢各位大大了,金鼠贺岁喽!
Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
Your kernel was built with "gcc" version "4.1.2", while you are trying to use
"/usr/bin/gcc" version "4.2.3". This configuration is not recommended and
VMware Server may crash if you'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.2.3" anyway? [no] yes
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] |
|