Advertisement
Guest User

Untitled

a guest
Mar 18th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. [david@david-GA-770TA-UD3 ndas-2.6-41.x86_64]$ make
  2. Invoking make againt the kernel at /lib/modules/3.2.11-030211-generic/build
  3. make -C /lib/modules/3.2.11-030211-generic/build \
  4. SUBDIRS=/home/david/Downloads/ndas-2.6-41.x86_64 \
  5. KBUILD_VERBOSE=1 \
  6. ndas_root=/home/david/Downloads/ndas-2.6-41.x86_64 \
  7. modules
  8. make[1]: Betrete Verzeichnis '/usr/src/linux-headers-3.2.11-030211-generic'
  9. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  10. echo; \
  11. echo " ERROR: Kernel configuration is invalid."; \
  12. echo " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  13. echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  14. echo; \
  15. /bin/false)
  16. mkdir -p /home/david/Downloads/ndas-2.6-41.x86_64/.tmp_versions ; rm -f /home/david/Downloads/ndas-2.6-41.x86_64/.tmp_versions/*
  17. make -f scripts/Makefile.build obj=/home/david/Downloads/ndas-2.6-41.x86_64
  18. gcc -Wp,-MD,/home/david/Downloads/ndas-2.6-41.x86_64/block/.block26.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include -I/usr/src/linux-headers-3.2.11-030211-generic/arch/x86/include -Iarch/x86/include/generated -Iinclude -include /usr/src/linux-headers-3.2.11-030211-generic/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 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -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 -DCC_HAVE_ASM_GOTO -DMODULE -DLINUX -I/home/david/Downloads/ndas-2.6-41.x86_64/inc -DDEBUG -D_X86_64 -DNDAS_DONT_CARE_SCHEDULER -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(block26)" -D"KBUILD_MODNAME=KBUILD_STR(ndas_block)" -c -o /home/david/Downloads/ndas-2.6-41.x86_64/block/.tmp_block26.o /home/david/Downloads/ndas-2.6-41.x86_64/block/block26.c
  19. /home/david/Downloads/ndas-2.6-41.x86_64/block/block26.c: In Funktion »nblk_request_proc«:
  20. /home/david/Downloads/ndas-2.6-41.x86_64/block/block26.c:487:5: Fehler: Implizite Deklaration der Funktion »blk_queue_plugged« [-Werror=implicit-function-declaration]
  21. /home/david/Downloads/ndas-2.6-41.x86_64/block/block26.c:515:2: Fehler: Implizite Deklaration der Funktion »blk_fs_request« [-Werror=implicit-function-declaration]
  22. cc1: Einige Warnungen werden als Fehler behandelt
  23.  
  24. make[2]: *** [/home/david/Downloads/ndas-2.6-41.x86_64/block/block26.o] Fehler 1
  25. make[1]: *** [_module_/home/david/Downloads/ndas-2.6-41.x86_64] Fehler 2
  26. make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-3.2.11-030211-generic'
  27. make: *** [/home/david/Downloads/ndas-2.6-41.x86_64/ndas_sal.ko] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement