首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

warning:implicit declaration of function解决方案

2012-02-21 
warning:implicit declaration of function我做简单的helloworld内核模块,file1.c:init_module()file2.c:c

warning:implicit declaration of function
我做简单的helloworld   内核模块,

file1.c   :init_module()
file2.c   :cleanup_module()

每个文件里面都include <linux/kernel.h>

虽然make之后能加载模块,但是还是会提示说:

implicit   declaration   of   function   'printk '

不知道是为什么????

[解决办法]
隐含的函数声明

没有包含printk的头文件

热点排行