Results 1 to 2 of 2
Code:
make -C /lib/modules/2.6.35.8/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.35.8'
/usr/src/linux-headers-2.6.35.8/arch/x86/Makefile:39: /usr/src/linux-headers-2.6
.35.8/arch/x86/Makefile_32.cpu: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-headers-2.6.35.8/arch/x86/Ma
kefile_32.cpu'. ...
- 04-25-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 5
Can't install VMWare Player. Can't find Makefile.cpu in headers file?
I should mention while trying to solve this same problem on a VMWare Server install I came across a blog post telling me to unrar and then delete vmsock.rar, vmnet.rar, vmmon.rar, and some other modules in a folder. I forget what site told me to do this and where the folder was that housed these modules. I'm guessing that's where the "modinfo: could not find module" error comes from. So that being said anyone know how I can get those files back? That's not the main problem though because even before I stupidly deleted them I had this makefile.cpu problem.Code:make -C /lib/modules/2.6.35.8/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory `/usr/src/linux-headers-2.6.35.8' /usr/src/linux-headers-2.6.35.8/arch/x86/Makefile:39: /usr/src/linux-headers-2.6 .35.8/arch/x86/Makefile_32.cpu: No such file or directory make[1]: *** No rule to make target `/usr/src/linux-headers-2.6.35.8/arch/x86/Ma kefile_32.cpu'. Stop. make[1]: Leaving directory `/usr/src/linux-headers-2.6.35.8' make: *** [vmmon.ko] Error 2 make: Leaving directory `/tmp/vmware-root/modules/vmmon-only' modinfo: could not find module vmmon modinfo: could not find module vmnet modinfo: could not find module vmblock modinfo: could not find module vmci modinfo: could not find module vsock modinfo: could not find module vmmon modinfo: could not find module vmnet modinfo: could not find module vmblock modinfo: could not find module vmci modinfo: could not find module vsock modinfo: could not find module vmmon modinfo: could not find module vmnet modinfo: could not find module vmblock modinfo: could not find module vmci modinfo: could not find module vsock Stopping VMware services: VMware USB Arbitrator done VM communication interface socket family done Virtual machine communication interface done Virtual machine monitor done Blocking file system done Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-root/modules/vmmon-only' make -C /lib/modules/2.6.35.8/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \ MODULEBUILDDIR= modules make[1]: Entering directory `/usr/src/linux-headers-2.6.35.8' /usr/src/linux-headers-2.6.35.8/arch/x86/Makefile:39: /usr/src/linux-headers-2.6.35.8/arch/x86/Makefile_32.cpu: No such file or directory make[1]: *** No rule to make target `/usr/src/linux-headers-2.6.35.8/arch/x86/Makefile_32.cpu'. Stop. make[1]: Leaving directory `/usr/src/linux-headers-2.6.35.8' make: *** [vmmon.ko] Error 2 make: Leaving directory `/tmp/vmware-root/modules/vmmon-only'
This is a BackTrack 4r2 install based on Ubuntu 8.04.
- 05-02-2011 #2Just Joined!
- Join Date
- Mar 2011
- Posts
- 5
Nobody?? I really have no idea how to advance from here.


Reply With Quote