Opened 4 years ago
Closed 4 years ago
#19865 closed defect (duplicate)
6.1.14: Missed source files
Reported by: | Alex Turbov | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.14 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Hi,
Trying to build VirtualBox OSE 6.1.14 I've got an error:
kBuild: Compiling VBoxVMMPreload - /dev/shm/app-virtualization-virtualbox-ose-6.1.14/work/VirtualBox-6.1.14/src/VBox/VMM/tools/VBoxVMMPreload.cpp kmk: * No rule to make target '/dev/shm/app-virtualization-virtualbox-ose-6.1.14/work/VirtualBox-6.1.14/src/VBox/Devices/VirtIO/VirtioCore.cpp', needed by '/dev/shm/app-virtualization-virtualbox-ose-6.1.14/work/VirtualBox-6.1.14/out/linux.amd64/release/obj/VBoxDD/VirtIO/VirtioCore.o'. Stop.
Trying to find the mentioned source gives no results, but according to src/VBox/Devices/Makefile.kmk
the source must be here...
ifdef VBOX_WITH_VIRTIO
VBoxDD_DEFS += VBOX_WITH_VIRTIO VBoxDD_SOURCES += \
VirtIO/Virtio.cpp \ VirtIO/VirtioCore.cpp \ Network/DevVirtioNet.cpp
endif
Duplicate of #19862