我正在Linux上安装一些驱动程序以使用摄像头(Logitech C270 /驱动程序:http://qce-ga.sourceforge.net/)。
我正在网站上关注该教程。我下载了.tar.gz文件,并使用tar zxvf qc-usb-X.XX.tar.gz
进行了提取。但是当我转到创建的文件夹并执行命令make all
时,出现此错误:
awk: /lib/modules/4.4.74/build/include/linux/version.h: No such file or directory
sh: 132608: unknown operand
sh: 132608: unknown operand
cc -I/lib/modules/4.4.74/build/include -nostdinc -iwithprefix include -DMODULE -D__KERNEL__ -DNOKERNEL -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -wall -Wstrict-prototype s -Wno-trographs -DHAVE_UTSRELEASE_H= -pipe -c qc-driver.c
make: cc: Command not found
make: *** [Makefile:175: qc-driver.0] Error 127
对于硬件,我使用的是与Linux LEDE一起运行的Onion Omega2 +(https://onion.io/omega2/)。
如果有人知道我为什么会有这个错误,我将非常感激!谢谢!