Advertisement
Guest User

root

a guest
Jul 27th, 2008
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Using 2.6.x kernel build system.
  2. make: Entering directory `/tmp/vmware-config0/vmmon-only'
  3. make -C /lib/modules/2.6.18-6-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
  4. make[1]: Entering directory `/usr/src/linux-headers-2.6.18-6-686'
  5. /tmp/vmware-config0/vmmon-only/Makefile:90: *** Inappropriate build environment: you wanted to use gcc version 4.3.1 while kernel attempts to use gcc version 4.1.3.
  6. /tmp/vmware-config0/vmmon-only/Makefile:92: *** For proper build you'll have to replace gcc-4.1 -m32 with symbolic link to /usr/bin/gcc. Stop.
  7. make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
  8. make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-6-686'
  9. make: *** [vmmon.ko] Error 2
  10. make: Leaving directory `/tmp/vmware-config0/vmmon-only'
  11. Unable to build the vmmon module.
  12.  
  13. For more information on how to troubleshoot module-related problems, please
  14. visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
  15. "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
  16.  
  17. Execution aborted.
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement