| 1 | make KBUILD_VERBOSE=1 -C /lib/modules/2.6.26.2/build SUBDIRS=/tmp/vbox.3 SRCROOT=/tmp/vbox.3 modules
|
|---|
| 2 | make[1]: Entering directory `/stuff/linux-2.6.26'
|
|---|
| 3 | test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
|
|---|
| 4 | echo; \
|
|---|
| 5 | echo " ERROR: Kernel configuration is invalid."; \
|
|---|
| 6 | echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
|
|---|
| 7 | echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
|
|---|
| 8 | echo; \
|
|---|
| 9 | /bin/false)
|
|---|
| 10 | mkdir -p /tmp/vbox.3/.tmp_versions ; rm -f /tmp/vbox.3/.tmp_versions/*
|
|---|
| 11 | make -f scripts/Makefile.build obj=/tmp/vbox.3
|
|---|
| 12 | gcc -Wp,-MD,/tmp/vbox.3/linux/.SUPDrv-linux.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.1.2/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=pentium3 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -I/lib/modules/2.6.26.2/build/include -I/tmp/vbox.3/ -I/tmp/vbox.3/include -I/tmp/vbox.3/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DUSE_NEW_OS_INTERFACE_FOR_MM -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)" -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -c -o /tmp/vbox.3/linux/SUPDrv-linux.o /tmp/vbox.3/linux/SUPDrv-linux.c
|
|---|
| 13 | In file included from include/linux/gfp.h:4,
|
|---|
| 14 | from include/linux/slab.h:12,
|
|---|
| 15 | from /tmp/vbox.3/SUPDRV.h:98,
|
|---|
| 16 | from /tmp/vbox.3/linux/SUPDrv-linux.c:35:
|
|---|
| 17 | include/linux/mmzone.h:18:26: error: linux/bounds.h: No such file or directory
|
|---|
| 18 | include/linux/mmzone.h:197:5: warning: "MAX_NR_ZONES" is not defined
|
|---|
| 19 | In file included from include/linux/gfp.h:4,
|
|---|
| 20 | from include/linux/slab.h:12,
|
|---|
| 21 | from /tmp/vbox.3/SUPDRV.h:98,
|
|---|
| 22 | from /tmp/vbox.3/linux/SUPDrv-linux.c:35:
|
|---|
| 23 | include/linux/mmzone.h:218: error: ‘MAX_NR_ZONES’ undeclared here (not in a function)
|
|---|
| 24 | In file included from /tmp/vbox.3/r0drv/linux/the-linux-kernel.h:80,
|
|---|
| 25 | from /tmp/vbox.3/linux/SUPDrv-linux.c:36:
|
|---|
| 26 | include/linux/mm.h:429:63: warning: "NR_PAGEFLAGS" is not defined
|
|---|
| 27 | include/linux/mm.h:477:62: warning: "NR_PAGEFLAGS" is not defined
|
|---|
| 28 | make[2]: *** [/tmp/vbox.3/linux/SUPDrv-linux.o] Error 1
|
|---|
| 29 | make[1]: *** [_module_/tmp/vbox.3] Error 2
|
|---|
| 30 | make[1]: Leaving directory `/stuff/linux-2.6.26'
|
|---|
| 31 | make: *** [vboxdrv] Error 2
|
|---|