Advertisement
Guest User

Untitled

a guest
Mar 8th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. make -C /usr/src/linux-so2 M=`pwd`
  2. make[1]: Entering directory `/home/user/Downloads/linux-so2'
  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 /home/user/Downloads/qemu-vm/fsimg/root/.tmp_versions ; rm -f /home/user/Downloads/qemu-vm/fsimg/root/.tmp_versions/*
  11. make -f scripts/Makefile.build obj=/home/user/Downloads/qemu-vm/fsimg/root
  12. rm -f /home/user/Downloads/qemu-vm/fsimg/root/built-in.o; ar rcsD /home/user/Downloads/qemu-vm/fsimg/root/built-in.o
  13. gcc -Wp,-MD,/home/user/Downloads/qemu-vm/fsimg/root/.list.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.7/include -I/home/user/Downloads/linux-so2/arch/x86/include -Iarch/x86/include/generated -Iinclude -I/home/user/Downloads/linux-so2/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/home/user/Downloads/linux-so2/include/uapi -Iinclude/generated/uapi -include /home/user/Downloads/linux-so2/include/linux/kconfig.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 -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -mpreferred-stack-boundary=2 -march=i686 -maccumulate-outgoing-args -Wa,-mtune=generic32 -ffreestanding -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=2048 -fno-stack-protector -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -Werror=implicit-int -Werror=strict-prototypes -DCC_HAVE_ASM_GOTO -Wall -g -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(list)" -D"KBUILD_MODNAME=KBUILD_STR(list)" -c -o /home/user/Downloads/qemu-vm/fsimg/root/list.o /home/user/Downloads/qemu-vm/fsimg/root/list.c
  14. if [ "-pg" = "-pg" ]; then if [ /home/user/Downloads/qemu-vm/fsimg/root/list.o != "scripts/mod/empty.o" ]; then /home/user/Downloads/linux-so2/scripts/recordmcount "/home/user/Downloads/qemu-vm/fsimg/root/list.o"; fi; fi;
  15. /lib64/ld-linux-x86-64.so.2: No such file or directory
  16. make[2]: *** [/home/user/Downloads/qemu-vm/fsimg/root/list.o] Error 255
  17. make[1]: *** [_module_/home/user/Downloads/qemu-vm/fsimg/root] Error 2
  18. make[1]: Leaving directory `/home/user/Downloads/linux-so2'
  19. make: *** [kbuild] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement