Greetings!
I’m trying to compile kernel modules for WMware Workstation 17.5.2,
but it won’t happen due to nasty error.
make -C vmmon-only
make[1]: Entering directory '/home/alexound/vmware-host-modules/vmmon-only'
Using standalone build system.
In file included from ./autoconf/geninclude.c:20:
./include/compat_autoconf.h:38:13: fatal error: generated/autoconf.h: No such file or directory
38 | # include <generated/autoconf.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: Entering directory '/home/alexound/vmware-host-modules/vmmon-only/driver-6.13.1-1-default'
In file included from .././autoconf/geninclude.c:20:
.././include/compat_autoconf.h:38:13: fatal error: generated/autoconf.h: No such file or directory
38 | # include <generated/autoconf.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Dependencies for driver.c
In file included from .././include/compat_version.h:35,
from .././include/driver-config.h:36,
from .././linux/driver.c:20:
/usr/include/linux/version.h:2:2: error: #error "======================================================="
I’ve installed every possible build tool such such as make, autoconf, gcc, kernel-source, kernel-devel, etc.
Kernel version: 6.13.1-1-default
Am I missing something?
Any help would by highly appreciated!
Regards,
Alexound.