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
I am trying to build the vmware-host-modules (branch 17.0.0) for kernel version 6.13.2-arch1-1, but I am encountering errors during the compilation process. The following error messages appear:
error: implicit declaration of function ‘pgd_large’; did you mean ‘pgd_page’? [-Wimplicit-function-declaration]
error: implicit declaration of function ‘p4d_large’; did you mean ‘p4d_page’? [-Wimplicit-function-declaration]
error: implicit declaration of function ‘pud_large’; did you mean ‘pud_page’? [-Wimplicit-function-declaration]
error: implicit declaration of function ‘pmd_large’; did you mean ‘pmd_page’? [-Wimplicit-function-declaration]
In general, it is intuitively clear how to fix this.
But besides this, there is the following error.
In file included from common/vmx86.c:52:
/usr/lib/modules/6.13.2-arch1-1/build/arch/x86/include/asm/timex.h: In function ‘random_get_entropy’:
/usr/lib/modules/6.13.2-arch1-1/build/arch/x86/include/asm/timex.h:12:24: error: implicit declaration of function ‘random_get_entropy_fallback’; did you mean ‘random_get_entropy’? [-Wimplicit-function-declaration]
12 | return random_get_entropy_fallback();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| random_get_entropy
The text was updated successfully, but these errors were encountered:
I am trying to build the vmware-host-modules (branch 17.0.0) for kernel version 6.13.2-arch1-1, but I am encountering errors during the compilation process. The following error messages appear:
In general, it is intuitively clear how to fix this.
But besides this, there is the following error.
The text was updated successfully, but these errors were encountered: