Page 1 of 1

Virtualbox Output not building

Posted: 30. Jul 2021, 15:07
by Zean
I have built the VirtualBox OSE. But, when I go to my directory, already installed all of the prerequisites, but after I ran kmk all after that, I go to my working directory on where I saved the build, but when I run make , the following error happens

Code: Select all

make[1]: Entering directory '/home/zeankundev/Downloads/VirtualBox-6.1.26/out/linux.x86/release/bin/src/vboxdrv'
make[1]: *** No rule to make target 'install'.  Stop.
make[1]: Leaving directory '/home/zeankundev/Downloads/VirtualBox-6.1.26/out/linux.x86/release/bin/src/vboxdrv'
make: *** [Makefile:98: install-vboxdrv] Error 2
I have checked the src and there was the makefiles. But for folder vboxdrv, vboxnetadp, and vboxnetflt, it doesn't have a makefile, only Makefile-footer.gmk and Makefile-header.gmk
Can you guys help me?