We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debian 10 have not found it with lsmod making with make:
ololo@ololo:~/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux$ ls CH341SER_LINUX.ZIP ch34x.c Makefile readme.txt ololo@ololo:~/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux$ make make -C /lib/modules/4.19.0-13-amd64/build M=/home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux make[1]: вход в каталог «/usr/src/linux-headers-4.19.0-13-amd64» CC [M] /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.o /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.c: In function ‘ch34x_close’: /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.c:591:2: error: unknown type name ‘wait_queue_t’; did you mean ‘wait_event’? wait_queue_t wait; ^~~~~~~~~~~~ wait_event /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.c:591:15: warning: unused variable ‘wait’ [-Wunused-variable] wait_queue_t wait; ^~~~ /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.c:590:7: warning: unused variable ‘timeout’ [-Wunused-variable] long timeout; ^~~~~~~ /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.c:589:6: warning: unused variable ‘bps’ [-Wunused-variable] int bps; ^~~ /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.c: In function ‘wait_modem_info’: /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.c:797:7: error: implicit declaration of function ‘signal_pending’; did you mean ‘timer_pending’? [-Werror=implicit-function-declaration] if( signal_pending(current) ) ^~~~~~~~~~~~~~ timer_pending cc1: some warnings being treated as errors make[4]: *** [/usr/src/linux-headers-4.19.0-13-common/scripts/Makefile.build:315: /home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux/ch34x.o] Ошибка 1 make[3]: *** [/usr/src/linux-headers-4.19.0-13-common/Makefile:1565: _module_/home/ololo/Downloads/CNC/CH340_drivers-Linux-Mac-Windows-master/drivers/linux] Ошибка 2 make[2]: *** [Makefile:146: sub-make] Ошибка 2 make[1]: *** [Makefile:8: all] Ошибка 2 make[1]: выход из каталога «/usr/src/linux-headers-4.19.0-13-amd64» make: *** [Makefile:5: default] Ошибка 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
debian 10 have not found it with lsmod
making with make:
The text was updated successfully, but these errors were encountered: