免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4802 | 回复: 1
打印 上一主题 下一主题

[内核模块] 编译问题 KBUILD_MODNAME的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-08-23 15:50 |只看该作者 |倒序浏览
本帖最后由 krocp 于 2012-08-23 16:53 编辑

make出现了这个问题
/usr/src/linux/include/net/inet_connection_sock.h: In function ‘inet_csk_clear_xmit_timer’:
/usr/src/linux/include/net/inet_connection_sock.h:202:148: error: ‘KBUILD_MODNAME’ undeclared (first use in this function)
/usr/src/linux/include/net/inet_connection_sock.h:202:148: note: each undeclared identifier is reported only once for each function it appears in
/usr/src/linux/include/net/inet_connection_sock.h: In function ‘inet_csk_reset_xmit_timer’:
/usr/src/linux/include/net/inet_connection_sock.h:218:148: error: ‘KBUILD_MODNAME’ undeclared (first use in this function)
make: *** [obj/clMain.o] Error 1

我在makefile里添加 -D"KBUILD_MODNAME=KBUILD_STR(clMain)"

  7 LINUX=/usr/src/linux
  8 GLOBALCFLAGS=-DEXPORT_SYMTAB -DMEM_TEST -DINLINE_SUPPORTED -DMODULE -DLINUX -D__KERNEL__ -DDBG=0 -Wstrict-prototypes -Wall     -O6 -I$(LINUX)/include -I.. -D"KBUILD_MODNAME=KBUILD_STR(clMain)"

还有有错误的
/usr/src/linux/include/net/inet_connection_sock.h:202:159: error: ‘clMain’ undeclared (first use in this function)
/usr/src/linux/include/net/inet_connection_sock.h:202:159: note: each undeclared identifier is reported only once for each function it appears in
/usr/src/linux/include/net/inet_connection_sock.h: In function ‘inet_csk_reset_xmit_timer’:
/usr/src/linux/include/net/inet_connection_sock.h:218:159: error: ‘clMain’ undeclared (first use in this function)
make: *** [obj/clMain.o] Error 1

我对这个问题毫无概念, 麻烦高手帮忙回答这是怎么回事?
非常感谢!

论坛徽章:
0
2 [报告]
发表于 2012-08-23 18:26 |只看该作者
查了些资料,是因为2.4的makefile吗?makefile是2.4下的,我现在在3.4下编译
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP