|
|
运行vmware-config.pl后的提示:
None of the pre-built vmmon modules for VMware Workstation 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] yes
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config7/vmmon-only'
make -C /usr/src/linux/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.8-24.11'
Makefile:465: .config: 没有那个文件或目录
WARNING: Symbol version dump /usr/src/linux-2.6.8-24.11/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.
CC [M] /tmp/vmware-config7/vmmon-only/linux/driver.o
/bin/sh: scripts/basic/fixdep: 没有那个文件或目录
make[2]: *** [/tmp/vmware-config7/vmmon-only/linux/driver.o] 错误 1
make[1]: *** [_module_/tmp/vmware-config7/vmmon-only] 错误 2
make[1]: Leaving directory `/usr/src/linux-2.6.8-24.11'
make: *** [vmmon.ko] 错误 2
make: Leaving directory `/tmp/vmware-config7/vmmon-only'
Unable to build the vmmon module.
gcc,make,kernel-source我都装了,这是怎么回事? |
|