[VBox-users] VBox build problems.
Scripts for Virtualbox
Status: Pre-Alpha
Brought to you by:
fcassia4oss
|
From: George R G. <gr...@ya...> - 2026-02-18 16:41:54
|
Howdy, I'm attempting to get VB running on this system and am seeing build problems after running vboxconfig. Has anyone seen this problem and HOW to resolve it? Best regards, George... 31 ld -m elf_x86_64 -z noexecstack --no-warn-rwx-segments -r -o vboxdrv.o @vboxdrv.mod ; /export/h 31 ome/kernels/linux-6.18.9/tools/objtool/objtool --hacks=jump_label --hacks=noinstr --hacks=skylake -- 31 ibt --orc --retpoline --rethunk --sls --static-call --uaccess --prefix=16 --Werror --link --module 31 vboxdrv.o 32 vboxdrv.o: error: objtool: supdrvTracerCommonDeregisterImpl+0x3d: relocation to !ENDBR: supdrvTracer 32 ProbeFireStub+0x0 33 vboxdrv.o: error: objtool: g_aFunctions+0xea0: data relocation to !ENDBR: SUPR0TracerFireProbe+0x0 34 vboxdrv.o: error: objtool: g_pfnSupdrvProbeFireKernel+0x0: data relocation to !ENDBR: supdrvTracerPr 34 obeFireStub+0x0 35 vboxdrv.o: error: objtool: .export_symbol+0x518: data relocation to !ENDBR: SUPR0TracerFireProbe+0x0 36 make[3]: *** [/export/home/kernels/linux-6.18.9/scripts/Makefile.build:503: vboxdrv.o] Error 1 37 make[3]: *** Deleting file 'vboxdrv.o' 38 make[2]: *** [/export/home/kernels/linux-6.18.9/Makefile:2011: .] Error 2 39 make[1]: *** [Makefile:248: __sub-make] Error 2 40 make: *** [/tmp/vbox.0/Makefile-footer.gmk:146: vboxdrv] Error 2 |