Advertisement
khan_frd2002

Kernel error

Dec 31st, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.70 KB | None | 0 0
  1. khan_frd2002@khanfrd:~/Desktop/kernel-master$ make
  2.   CHK     include/linux/version.h
  3.   CHK     include/generated/utsrelease.h
  4. make[1]: `include/generated/mach-types.h' is up to date.
  5.  CALL    scripts/checksyscalls.sh
  6.  CHK     include/generated/compile.h
  7.  CC      net/bluetooth/hci_conn.o
  8. net/bluetooth/hci_conn.c: In function 'hci_le_ltk_reply':
  9. net/bluetooth/hci_conn.c:407:28: warning: argument to 'sizeof' in 'memcpy' call is the same pointer type '__u8 *' as the destination; expected '__u8' or an explicit length [-Wsizeof-pointer-memaccess]
  10. error, forbidden warning: hci_conn.c:407
  11. make[2]: *** [net/bluetooth/hci_conn.o] Error 1
  12. make[1]: *** [net/bluetooth] Error 2
  13. make: *** [net] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement