helloworld.c:2:26:error:linux/module.h:Nosuchfileordirectory

日期:2021-10-26 21:29:54 人气:1

helloworld.c:2:26:error:linux/module.h:Nosuchfileordirectory

请检查你的Makefile,一般有两种可能,一是你的内核中根本就没有这个头文件;二是你的Makefile中的库文件路径没有指定正确,这种情况下建议用库文件的绝对路径来指定。
    A+
热门评论