而我';我正在尝试gcc制作linux头文件--`uname-r`I';我出错了

而我';我正在尝试gcc制作linux头文件--`uname-r`I';我出错了,linux,compiler-errors,kernel,ubuntu-20.04,Linux,Compiler Errors,Kernel,Ubuntu 20.04,我正在尝试安装droidcam Linux客户端。当我运行命令时 gcc make linux-headers-`uname -r` 我得到以下错误: gcc: error: make: No such file or directory gcc: error: linux-headers-5.4.0-42-generic: No such file or directory gcc: fatal error: no input files compilation terminated. 我

我正在尝试安装droidcam Linux客户端。当我运行命令时

gcc make linux-headers-`uname -r`
我得到以下错误:

gcc: error: make: No such file or directory
gcc: error: linux-headers-5.4.0-42-generic: No such file or directory
gcc: fatal error: no input files
compilation terminated.
我试过了

sudo apt-get install linux-headers-`uname -r`
这告诉我它已经存在了

Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-headers-5.4.0-42-generic is already the newest version (5.4.0-42.46).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
我刚刚运行了这个命令
yes | sudo apt install libcanberra gtk module libcanberra-gtk3-module

然后按照描述的其他步骤进行操作