Guest User

Untitled

a guest
May 24th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. /usr/src/linux-3.0.8
  2. root:# make CONFIG_BT_L2CAP=y CONFIG_BT_SCO=y CONFIG_BT_RFCOMM=m CONFIG_BT_BNEP=m CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y CONFIG_BT_CMTP=m CONFIG_BT_HIDP=m M=net/bluetooth
  3. LD net/bluetooth/built-in.o
  4. CC [M] net/bluetooth/af_bluetooth.o
  5. CC [M] net/bluetooth/hci_core.o
  6. CC [M] net/bluetooth/hci_conn.o
  7. CC [M] net/bluetooth/hci_event.o
  8. CC [M] net/bluetooth/mgmt.o
  9. CC [M] net/bluetooth/hci_sock.o
  10. CC [M] net/bluetooth/hci_sysfs.o
  11. CC [M] net/bluetooth/lib.o
  12. CC [M] net/bluetooth/l2cap_core.o
  13. net/bluetooth/l2cap_core.c:4201:12: error: redefinition of 'l2cap_init'
  14. include/net/bluetooth/bluetooth.h:212:19: note: previous definition of 'l2cap_init' was here
  15. net/bluetooth/l2cap_core.c:4237:6: error: redefinition of 'l2cap_exit'
  16. include/net/bluetooth/bluetooth.h:217:20: note: previous definition of 'l2cap_exit' was here
  17. make[1]: *** [net/bluetooth/l2cap_core.o] Error 1
  18. make: *** [_module_net/bluetooth] Error 2
Add Comment
Please, Sign In to add comment