Advertisement
Guest User

make iio/dummy/iio_dummy_evgen.ko build errors

a guest
Oct 11th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. SYSTBL arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h
  2. SYSHDR arch/x86/entry/syscalls/../../include/generated/asm/unistd_32_ia32.h
  3. SYSHDR arch/x86/entry/syscalls/../../include/generated/asm/unistd_64_x32.h
  4. SYSTBL arch/x86/entry/syscalls/../../include/generated/asm/syscalls_64.h
  5. SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_32.h
  6. SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_64.h
  7. SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_x32.h
  8. CHK include/config/kernel.release
  9. CHK include/generated/uapi/linux/version.h
  10. CHK include/generated/utsrelease.h
  11. CC kernel/bounds.s
  12. CHK include/generated/bounds.h
  13. CHK include/generated/timeconst.h
  14. CC arch/x86/kernel/asm-offsets.s
  15. CHK include/generated/asm-offsets.h
  16. UPD include/generated/asm-offsets.h
  17. CALL scripts/checksyscalls.sh
  18. CC scripts/mod/empty.o
  19. MKELF scripts/mod/elfconfig.h
  20. HOSTCC scripts/mod/modpost.o
  21. CC scripts/mod/devicetable-offsets.s
  22. GEN scripts/mod/devicetable-offsets.h
  23. HOSTCC scripts/mod/file2alias.o
  24. HOSTCC scripts/mod/sumversion.o
  25. HOSTLD scripts/mod/modpost
  26. HOSTCC scripts/recordmcount
  27. CC [M] drivers/iio/dummy/iio_dummy_evgen.o
  28. MODPOST 3016 modules
  29. WARNING: could not open drivers/infiniband/hw/cxgb3/iwch_user.h: No such file or directory
  30. WARNING: could not open drivers/infiniband/hw/cxgb4/user.h: No such file or directory
  31. WARNING: could not open drivers/infiniband/hw/mlx4/user.h: No such file or directory
  32. WARNING: could not open drivers/infiniband/hw/mlx5/user.h: No such file or directory
  33. WARNING: could not open drivers/infiniband/hw/nes/nes_user.h: No such file or directory
  34. WARNING: could not open drivers/infiniband/hw/ocrdma/ocrdma_abi.h: No such file or directory
  35. WARNING: could not open drivers/staging/lustre/lustre/llite/llite_close.c: No such file or directory
  36. WARNING: could not open drivers/staging/lustre/lustre/obdclass/linux/linux-obdo.c: No such file or directory
  37. ERROR: "iio_register_sw_device_type" [drivers/iio/dummy/iio_dummy.ko] undefined!
  38. ERROR: "iio_unregister_sw_device_type" [drivers/iio/dummy/iio_dummy.ko] undefined!
  39. ERROR: "ftrace_graph_ret_addr" [arch/x86/oprofile/oprofile.ko] undefined!
  40. scripts/Makefile.modpost:91: recipe for target '__modpost' failed
  41. make[1]: *** [__modpost] Error 1
  42. Makefile:1643: recipe for target 'drivers/iio/dummy/iio_dummy_evgen.ko' failed
  43. make: *** [drivers/iio/dummy/iio_dummy_evgen.ko] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement