Advertisement
death2all110

QCSerial2k Build Issues/ARCH Kernel 3.4.4-2

Jul 9th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. make -C /lib/modules/3.4.4-2-ARCH/build SUBDIRS=/home/blake/gobi/QCSerial2k modules
  2. make[1]: Entering directory `/usr/src/linux-3.4.4-2-ARCH'
  3. CC [M] /home/blake/gobi/QCSerial2k/QCSerial2k.o
  4. /home/blake/gobi/QCSerial2k/QCSerial2k.c: In function ‘QCInit’:
  5. /home/blake/gobi/QCSerial2k/QCSerial2k.c:505:4: error: implicit declaration of function ‘usb_serial_register’ [-Werror=implicit-function-declaration]
  6. /home/blake/gobi/QCSerial2k/QCSerial2k.c:515:7: error: implicit declaration of function ‘usb_serial_deregister’ [-Werror=implicit-function-declaration]
  7. /home/blake/gobi/QCSerial2k/QCSerial2k.c: In function ‘__check_debug’:
  8. /home/blake/gobi/QCSerial2k/QCSerial2k.c:551:1: warning: return from incompatible pointer type [enabled by default]
  9. cc1: some warnings being treated as errors
  10. make[2]: *** [/home/blake/gobi/QCSerial2k/QCSerial2k.o] Error 1
  11. make[1]: *** [_module_/home/blake/gobi/QCSerial2k] Error 2
  12. make[1]: Leaving directory `/usr/src/linux-3.4.4-2-ARCH'
  13. make: *** [default] Error 2
  14. cp QCSerial2k.ko /lib/modules/3.4.4-2-ARCH/kernel/drivers/usb/serial/
  15. cp: cannot stat ‘QCSerial2k.ko’: No such file or directory
  16. make: *** [install] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement