
Vmware driver compile quickboot flag how to#
How to fix it, or make implicit-function-declaration and incompatible-pointer-types be not considered as errros? Makefile:110: recipe for target 'vmmon.ko' failed Scripts/Makefile.build:332: recipe for target '/tmp/modconfig-3S1CBa/vmmon-only/linux/hostif.o' failed LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC minĬc1: some warnings being treated as errors tmp/modconfig-3S1CBa/vmmon-only/linux/hostif.c:1754:31: error: assignment from incompatible pointer type tmp/modconfig-3S1CBa/vmmon-only/linux/hostif.c: In function ‘HostIF_InitUptime’: tmp/modconfig-3S1CBa/vmmon-only/linux/driver.c:338:4: error: implicit declaration of function ‘init_timer’ did you mean ‘init_timers’? tmp/modconfig-3S1CBa/vmmon-only/linux/driver.c: In function ‘init_module’: Unsigned int lockedPages = global_page_state(NR_PAGETABLE) + tmp/modconfig-3S1CBa/vmmon-only/linux/driver.c:256:12: error: ‘struct timer_list’ has no member named ‘data’ arch/x86/include/asm/processor-flags.h:39:0: note: this is the location of the previous definition To figure out what was wrong exactly, I ran vmware-modconfig -console -install-all on the command line, and it revealed these errors. I get an error that tells me to look into a log file, which contains: Extracting the vmmon source from "/usr/lib/vmware/modules/source/vmmon.tar".īuilding module with command "/usr/bin/make -j4 -C /tmp/modconfig-GoVdrH/vmmon-only auto-build HEADER_DIR=/lib/modules/4.15.0-22-generic/build/include CC=/usr/bin/gcc IS_GCC_3=no"įailed to build vmmon.

I am trying to install VMware with the instructions at
