You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering, with the purchase by Broadcom and their moves to remove all these products and place them behind subscriptions, is this project still active? I see that there have been no commits since February.
vmware-host-modules-workstation-17.5.1/vmmon-only # make
Using kernel build system.
make -C /lib/modules/6.4.0-150600.23.14-default/build/include/.. M=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-6.4.0-150600.23.14-obj/x86_64/default'
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/linux/hostif.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/linux/driverLog.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/linux/driver.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/vmx86.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/task.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/statVarsVmmon.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/sharedAreaVmmon.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/phystrack.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/moduleloop.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/memtrack.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/crosspage.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/cpuid.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/comport.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/apic.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/bootstrap/vmmblob.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/bootstrap/monLoaderVmmon.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/bootstrap/monLoader.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/bootstrap/bootstrap.o
LD [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.o
MODPOST /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/Module.symvers
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.mod.o
LD [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.ko
BTF [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.ko
Skipping BTF generation for /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.ko due to unavailability of vmlinux
make[1]: Leaving directory '/usr/src/linux-6.4.0-150600.23.14-obj/x86_64/default'
make -C $PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= postbuild
make[1]: Entering directory '/data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only'
make[1]: 'postbuild' is up to date.
make[1]: Leaving directory '/data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only'
cp -f vmmon.ko ./../vmmon.o
vmware-host-modules-workstation-17.5.1/vmnet-only # make
Using kernel build system.
make -C /lib/modules/6.4.0-150600.23.14-default/build/include/.. M=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-6.4.0-150600.23.14-obj/x86_64/default'
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/driver.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/hub.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/userif.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/netif.o
CC [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.o
/data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c: In function‘VNetBridgeSendLargePacket’:
/data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c:1418:11: error: implicit declaration of function‘skb_gso_segment’; did you mean ‘tcp_gso_segment’? [-Werror=implicit-function-declaration]
segs = skb_gso_segment(skb, 0);
^~~~~~~~~~~~~~~
tcp_gso_segment
/data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c:1418:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
segs = skb_gso_segment(skb, 0);
^
cc1: some warnings being treated as errors
make[2]: *** [/usr/src/linux-6.4.0-150600.23.14/scripts/Makefile.build:252: /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.o] Error 1
make[1]: *** [../../../linux-6.4.0-150600.23.14/Makefile:2066: /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only] Error 2
make[1]: Leaving directory '/usr/src/linux-6.4.0-150600.23.14-obj/x86_64/default'
make: *** [Makefile:117: vmnet.ko] Error 2
The text was updated successfully, but these errors were encountered:
Just wondering, with the purchase by Broadcom and their moves to remove all these products and place them behind subscriptions, is this project still active? I see that there have been no commits since February.
The text was updated successfully, but these errors were encountered: