Advertisement
tija

Error

Jun 1st, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. ajit@ajit-Dell-System-XPS-15Z:~/Downloads/xr21v141x-lnx-3.5-pak$ make
  2. make -C /lib/modules/3.11.0-20-generic/build M=/home/ajit/Downloads/xr21v141x-lnx-3.5-pak
  3. make[1]: Entering directory `/usr/src/linux-headers-3.11.0-20-generic'
  4. CC [M] /home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.o
  5. /home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.c: In function ‘xr21v141x_process_read_urb’:
  6. /home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.c:363:2: warning: passing argument 1 of ‘tty_insert_flip_string’ from incompatible pointer type [enabled by default]
  7. tty_insert_flip_string(tty, urb->transfer_buffer, urb->actual_length);
  8. ^
  9. In file included from /home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.c:39:0:
  10. include/linux/tty_flip.h:28:19: note: expected ‘struct tty_port *’ but argument is of type ‘struct tty_struct *’
  11. static inline int tty_insert_flip_string(struct tty_port *port,
  12. ^
  13. /home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.c:364:2: warning: passing argument 1 of ‘tty_flip_buffer_push’ from incompatible pointer type [enabled by default]
  14. tty_flip_buffer_push(tty);
  15. ^
  16. In file included from /home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.c:39:0:
  17. include/linux/tty_flip.h:13:13: note: expected ‘struct tty_port *’ but argument is of type ‘struct tty_struct *’
  18. extern void tty_flip_buffer_push(struct tty_port *port);
  19. ^
  20. /home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.c: In function ‘xr21v141x_tty_set_termios’:
  21. /home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.c:1104:22: error: invalid type argument of ‘->’ (have ‘struct ktermios’)
  22. cflag = tty->termios->c_cflag;
  23. ^
  24. make[2]: *** [/home/ajit/Downloads/xr21v141x-lnx-3.5-pak/vizzini.o] Error 1
  25. make[1]: *** [_module_/home/ajit/Downloads/xr21v141x-lnx-3.5-pak] Error 2
  26. make[1]: Leaving directory `/usr/src/linux-headers-3.11.0-20-generic'
  27. make: *** [all] Error 2
  28. ajit@ajit-Dell-System-XPS-15Z:~/Downloads/xr21v141x-lnx-3.5-pak$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement