快速业务通道

linux内核里增加源代码编译

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-13

编译环境:rfod6---vmware server 1.0---rfod6-sp1(2.6.23.6)
1:编写Makefile 文件 ,内容如下
obj-m := globalmem.o
KERNEL_DIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
make -C $(KERNEL_DIR) SUBDIRS=$(PWD) modules -n
clean:
rm *.o *.ko
2:编译.c文件
#gcc -c golbalmem.c //生成globalmem.o文件
编译出错(主要是找不到头文件)
#gcc找到头文件的路径
C_INCLUDE_PATH=/usr/include/libxml2:/MyLib
export C_INCLUDE_PATH

globalmem.c:7:26: error: linux/module.h: 没有那个文件或目录
globalmem.c:11:22: error: linux/mm.h: 没有那个文件或目录
globalmem.c:13:24: error: linux/init.h: 没有那个文件或目录
globalmem.c:14:24: error: linux/cdev.h: 没有那个文件或目录
globalmem.c:15:20: error: asm/io.h: 没有那个文件或目录
globalmem.c:16:24: error: asm/system.h: 没有那个文件或目录
globalmem.c:17:25: error: asm/uaccess.h: 没有那个文件或目录
/usr/include/linux/module.h:9:24: error: linux/list.h: 没有那个文件或目录
/usr/include/linux/module.h:11:28: error: linux/compiler.h: 没有那个文件或目录
/usr/include/linux/module.h:12:25: error: linux/cache.h: 没有那个文件或目录
/usr/include/linux/module.h:13:24: error: linux/kmod.h: 没有那个文件或目录
/usr/include/linux/module.h:15:29: error: linux/stringify.h: 没有那个文件或目录
/usr/include/linux/module.h:16:27: error: linux/kobject.h: 没有那个文件或目录
/usr/include/linux/module.h:17:31: error: linux/moduleparam.h: 没有那个文件或目 录
/usr/include/linux/module.h:18:23: error: asm/local.h: 没有那个文件或目录
/usr/include/linux/module.h:20:24: error: asm/module.h: 没有那个文件或目录
/usr/include/asm/io.h:4:26: error: linux/string.h: 没有那个文件或目录
In file included from globalmem.c:16:
/usr/include/asm/system.h:5:25: error: asm/segment.h: 没有那个文件或目录
/usr/include/asm/system.h:6:28: error: asm/cpufeature.h: 没有那个文件或目录
/usr/include/asm/system.h:7:25: error: asm/cmpxchg.h: 没有那个文件或目录
/usr/include/asm/system.h:296:28: error: linux/irqflags.h: 没有那个文件或目录
In file included from globalmem.c:17:
/usr/include/asm/uaccess.h:8:31: error: linux/thread_info.h: 没有那个文件或目录
/usr/include/asm/uaccess.h:9:28: error: linux/prefetch.h: 没有那个文件或目录
/usr/include/asm/io.h:4:26: error: linux/string.h: 没有那个文件或目录
/usr/include/linux/thread_info.h:21:29: error: asm/thread_info.h: 没有那个文件或
/usr/include/linux/prefetch.h:14:27: error: asm/processor.h: 没有那个文件或目录
/usr/include/asm/local.h:6:24: error: asm/atomic.h: 没有那个文件或目录
/usr/include/linux/cache.h:5:23: error: asm/cache.h: 没有那个文件或目录
/usr/include/asm/local.h:4:26: error: linux/percpu.h: 没有那个文件或目录
/usr/include/asm/cpufeature.h:11:26: error: linux/bitops.h: 没有那个文件或目录
/usr/include/asm/cpufeature.h:13:35: error: asm/required-features.h: 没有那个文
件或目录
/usr/include/asm/bitops.h:408:38: error: asm-generic/bitops/fls64.h: 没有那个文
件或目录
/usr/include/asm/atomic.h:265:32: error: asm-generic/atomic.h: 没有那个文件或目

失败总结:直

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号