RSteadman
FabulaTech Forum Newbie
Posts: 1
|
|
Debian client installation fails
on: Aug 22nd, 2022, 5:07pm |
Quote Modify
|
I've been trying for a while now to install the USB over Network (Linux version) client (received ftvusbnet.tar.gz from your end). The OS is Debian 11, fully uptodate, with kernel 5.10.0-17-amd64. I've installed the appropriate kernel headers and required tools. However, as soon as I run make, this is the result I get: ------------- root@user:/opt/ftvusbnet/module/fthc# make make -C /lib/modules/`uname -r`/build M=`pwd` modules make[1]: Entering directory '/usr/src/linux-headers-5.10.0-17-amd64' CC [M] /opt/ftvusbnet/module/fthc/main.o In file included from /opt/ftvusbnet/module/fthc/main.c:16: /opt/ftvusbnet/module/fthc/ftdefs.h:14:10: fatal error: hcd.h: No such file or directory 14 | #include <hcd.h> | ^~~~~~~ compilation terminated. make[3]: *** [/usr/src/linux-headers-5.10.0-17-common/scripts/Makefile.build:291: /opt/ftvusbnet/module/fthc/main.o] Error 1 make[2]: *** [/usr/src/linux-headers-5.10.0-17-common/Makefile:1855: /opt/ftvusbnet/module/fthc] Error 2 make[1]: *** [/usr/src/linux-headers-5.10.0-17-common/Makefile:185: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.10.0-17-amd64' make: *** [Makefile:23: all] Error 2 ------------- I've placed hcd.h manually there, but no change. Any idea what's going wrong?
|