Advertisement
Guest User

Untitled

a guest
Oct 1st, 2010
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. make -C /lib/modules/2.6.34-ARCH/build/ M=`pwd`
  2. make[1]: Entering directory `/usr/src/linux-2.6.34-ARCH'
  3. CC [M] /home/camilasan/BlueW-2310U_2.0.0/driver_src/new_bluetooth/tdsp_bus.o
  4. CC [M] /home/camilasan/BlueW-2310U_2.0.0/driver_src/new_bluetooth/lbluetooth_entry.o
  5. /home/camilasan/BlueW-2310U_2.0.0/driver_src/new_bluetooth/lbluetooth_entry.c: In function ‘register_HCI_device’:
  6. /home/camilasan/BlueW-2310U_2.0.0/driver_src/new_bluetooth/lbluetooth_entry.c:532:6: error: ‘struct hci_dev’ has no member named ‘type’
  7. make[3]: *** [/home/camilasan/BlueW-2310U_2.0.0/driver_src/new_bluetooth/lbluetooth_entry.o] Error 1
  8. make[2]: *** [/home/camilasan/BlueW-2310U_2.0.0/driver_src/new_bluetooth] Error 2
  9. make[1]: *** [_module_/home/camilasan/BlueW-2310U_2.0.0/driver_src] Error 2
  10. make[1]: Leaving directory `/usr/src/linux-2.6.34-ARCH'
  11. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement