在Raspberry Pi 3板上构建驱动程序时出错

时间:2018-08-24 13:55:45

标签: linux compiler-errors linux-kernel arm raspberry-pi3

我正在使用Raspberry Pi 3 Model B Rev 1.2和4.4.50-v7 +内核,在构建驱动程序时遇到问题。请在下面找到我遇到的错误

make[1]: *** /lib/modules/4.4.50-v7+/build: No such file or directory.  Stop.
Makefile:149: recipe for target 'build_driver' failed
make: *** [build_driver] Error 2

有人可以帮助我解决此问题吗?

1 个答案:

答案 0 :(得分:0)

您的第一行提到了为什么出现错误

  

make [1]:*** /lib/modules/4.4.50-v7+/build:没有这样的文件或目录。

似乎路径/lib/modules/4.4.50-v7+/build不存在。这可能是因为尚未为要为其构建驱动程序的内核安装内核头文件。您还可以更改驱动程序的Makefile,使其指向要为其构建驱动程序的linux内核源目录。