According to this comment from VirtualBox upstream:
We do not officially support CLANG on Linux host (only GCC is supported).
clang compiled Linux kernels are not supported by the VirtualBox host kernel modules.
And I experience kernel freeze when I actually do that.
So I suggest to add some logic that this module only gets build for Linux kernels compiled with gcc, not with clang.
↗ Here is a report with more context to Arch Linux' official virtualbox-host-dkms
package with a patch for that package.
Regards!
Pinned Comments