| 1 | make KBUILD_VERBOSE=1 -C /lib/modules/2.6.35.6-48.fc14.x86_64/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules
|
|---|
| 2 | /usr/src/kernels/2.6.35.6-48.fc14.x86_64/arch/x86/Makefile:81: stack protector enabled but no compiler support
|
|---|
| 3 | make[1]: gcc: Command not found
|
|---|
| 4 | test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
|
|---|
| 5 | echo; \
|
|---|
| 6 | echo " ERROR: Kernel configuration is invalid."; \
|
|---|
| 7 | echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\
|
|---|
| 8 | echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
|
|---|
| 9 | echo; \
|
|---|
| 10 | /bin/false)
|
|---|
| 11 | mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
|
|---|
| 12 | make -f scripts/Makefile.build obj=/tmp/vbox.0
|
|---|
| 13 | gcc -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d -nostdinc -isystem -I/usr/src/kernels/2.6.35.6-48.fc14.x86_64/arch/x86/include -Iinclude -include include/generated/autoconf.h -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 -Os -m64 -mno-red-zone -mcmodel=kernel -maccumulate-outgoing-args -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -I/lib/modules/2.6.35.6-48.fc14.x86_64/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -I/tmp/vbox.0/vboxdrv/ -I/tmp/vbox.0/vboxdrv/include -I/tmp/vbox.0/vboxdrv/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_AMD64 -DVBOX_WITH_64_BITS_GUESTS -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)" -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -D"DEBUG_HASH=27" -D"DEBUG_HASH2=27" -c -o /tmp/vbox.0/linux/SUPDrv-linux.o /tmp/vbox.0/linux/SUPDrv-linux.c
|
|---|
| 14 | /bin/sh: gcc: command not found
|
|---|
| 15 | make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Error 127
|
|---|
| 16 | make[1]: *** [_module_/tmp/vbox.0] Error 2
|
|---|
| 17 | make: *** [vboxdrv] Error 2
|
|---|
| 18 |
|
|---|