| 1 | grep: /lib/modules/3.13.0-30-generic/build/include/linux/version.h: No such file or directory
|
|---|
| 2 | make KBUILD_VERBOSE=1 CONFIG_MODULE_SIG= -C /lib/modules/3.13.0-30-generic/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
|
|---|
| 3 | test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
|
|---|
| 4 | echo >&2; \
|
|---|
| 5 | echo >&2 " ERROR: Kernel configuration is invalid."; \
|
|---|
| 6 | echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
|
|---|
| 7 | echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
|
|---|
| 8 | echo >&2 ; \
|
|---|
| 9 | /bin/false)
|
|---|
| 10 | mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
|
|---|
| 11 | make -f scripts/Makefile.build obj=/tmp/vbox.0
|
|---|
| 12 | gcc -Wp,-MD,/tmp/vbox.0/.VBoxGuest-linux.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.8/include -I/usr/src/linux-headers-3.13.0-30-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/usr/src/linux-headers-3.13.0-30-generic/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.13.0-30-generic/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.13.0-30-generic/include/linux/kconfig.h -Iubuntu/include -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=1024 -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -include /tmp/vbox.0/include/VBox/VBoxGuestMangling.h -I/lib/modules/3.13.0-30-generic/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -I/tmp/vbox.0/vboxguest/ -I/tmp/vbox.0/vboxguest/include -I/tmp/vbox.0/vboxguest/r0drv/linux -D__KERNEL__ -DMODULE -DVBOX -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_GUEST -DIN_GUEST_R0 -DIN_MODULE -DRT_WITH_VBOX -DVBGL_VBOXGUEST -DVBOX_WITH_HGCM -DRT_ARCH_X86 -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(VBoxGuest_linux)" -D"KBUILD_MODNAME=KBUILD_STR(vboxguest)" -c -o /tmp/vbox.0/.tmp_VBoxGuest-linux.o /tmp/vbox.0/VBoxGuest-linux.c
|
|---|
| 13 | /tmp/vbox.0/VBoxGuest-linux.c:206:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘g_VBoxGuestPciId’
|
|---|
| 14 | static const struct pci_device_id __devinitdata g_VBoxGuestPciId[] =
|
|---|
| 15 | ^
|
|---|
| 16 | In file included from /tmp/vbox.0/r0drv/linux/the-linux-kernel.h:78:0,
|
|---|
| 17 | from /tmp/vbox.0/VBoxGuest-linux.c:28:
|
|---|
| 18 | include/linux/module.h:88:32: error: ‘__mod_pci_device_table’ aliased to undefined symbol ‘g_VBoxGuestPciId’
|
|---|
| 19 | extern const struct gtype##_id __mod_##gtype##_table \
|
|---|
| 20 | ^
|
|---|
| 21 | include/linux/module.h:146:3: note: in expansion of macro ‘MODULE_GENERIC_TABLE’
|
|---|
| 22 | MODULE_GENERIC_TABLE(type##_device,name)
|
|---|
| 23 | ^
|
|---|
| 24 | /tmp/vbox.0/VBoxGuest-linux.c:216:1: note: in expansion of macro ‘MODULE_DEVICE_TABLE’
|
|---|
| 25 | MODULE_DEVICE_TABLE(pci, g_VBoxGuestPciId);
|
|---|
| 26 | ^
|
|---|
| 27 | make[2]: *** [/tmp/vbox.0/VBoxGuest-linux.o] Error 1
|
|---|
| 28 | make[1]: *** [_module_/tmp/vbox.0] Error 2
|
|---|
| 29 | make: *** [vboxguest] Error 2
|
|---|
| 30 | Creating user for the Guest Additions.
|
|---|
| 31 | Creating udev rule for the Guest Additions kernel module.
|
|---|