On 11/13/2016 02:33 PM, James PEARSON wrote:
Hello
I installed VMware Workstation 12.5 on Tumbleweed on 20161108. However, when I try to initialize it, I', getting a prompt that GNU C Compiler (gcc) version 6.2.1 was not found.
I downloaded and installed the latest Tumbleweed snapshot today : openSUSE-Tumbleweed-DVD-x86_64-Snapshot20161111-Media.iso
Then I downloaded and installed the lastest version of VMware-Workstation: VMware-Workstation-Full-12.5.1-4542065.x86_64.bundle
Then I manually compiled the vmnet and vmmon as per usual VMware-Workstation ran fine
The following works for me.
cd /usr/src/linux make menuconfig make clean && make mrproper && make cloneconfig make scripts && make prepare # cd /usr/lib/vmware/modules/source tar -xvf ./vmnet.tar cd vmnet-only make cd .. ls -l vmnet.o cp ./vmnet.o /lib/modules/`uname -r`/kernel/drivers/misc/vmnet.ko # cd /usr/lib/vmware/modules/source tar -xvf ./vmmon.tar cd vmmon-only make cd .. ls -l vmmon.o cp vmmon.o /lib/modules/`uname -r`/kernel/drivers/misc/vmmon.ko depmod -a
Hope this helps
Regards James
I'll try your steps and get back with my results. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org