#include "linux/fs.h"
#include "linux/cdev.h"
#include "linux/module.h"
#include "linux/kernel.h"
#include "linux/device.h"
#include "asm/uaccess.h"
#include "asm/io.h"
#include "linux/slab.h"
我在代码块和FriendlyARM中有问题
我已经使用comand安装了所有标头
sudo apt-get install linux-headers-$(uname -r)
版本:linux-headers-4.15.0-29
enter image description here我已经在编译器/搜索目录中配置了该程序:
/usr/src/linux-headers-4.15.0-29/include
/ usr / arm-linux-gnueabi / include
但是当我编译该应用程序时,CodeBlocks在其中显示错误“ No Such file or directory” 因此,我将配置此标头,然后CodeBlocks显示其他错误,并使其他标头中的错误陷入无限循环。
我如何对CodeBlocks识别所有标头?