LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 912|回复: 1

帮我看看这个make提示的错误到底什么意思啊~

[复制链接]
发表于 2007-2-12 14:15:17 | 显示全部楼层 |阅读模式
[root@localhost src]# make -f Makefile
make -C /lib/modules/2.6.17-5mdv/source O=/lib/modules/2.6.17-5mdv/build SUBDIRS
=/home/pop/Linux_LAN/src modules
make[1]: Entering directory `/usr/src/linux-2.6.17-5mdv'

  WARNING: Symbol version dump /usr/src/linux-2.6.17-5mdv/Module.symvers
           is missing; modules will have no dependencies and modversions.

  CC [M]  /home/pop/Linux_LAN/src/at_main.o
In file included from /home/pop/Linux_LAN/src/at_main.c:1:
/home/pop/Linux_LAN/src/at.h:75:5: warning: "DBG" is not defined
/home/pop/Linux_LAN/src/at_main.c:110: warning: initialization from incompatible                  pointer type
/home/pop/Linux_LAN/src/at_main.c: In function 'at_tso':
/home/pop/Linux_LAN/src/at_main.c:2477: error: 'struct skb_shared_info' has no m                 ember named 'tso_size'
/home/pop/Linux_LAN/src/at_main.c:2498: error: 'struct skb_shared_info' has no m                 ember named 'tso_size'
/home/pop/Linux_LAN/src/at_main.c: In function 'at_xmit_frame':
/home/pop/Linux_LAN/src/at_main.c:2735: error: 'struct skb_shared_info' has no m                 ember named 'tso_size'
make[3]: *** [/home/pop/Linux_LAN/src/at_main.o] 错误 1
make[2]: *** [_module_/home/pop/Linux_LAN/src] 错误 2
make[1]: *** [modules] 错误 2
make[1]: Leaving directory `/usr/src/linux-2.6.17-5mdv'
make: *** [default] 错误 2
[root@localhost src]#






我编译的是网卡的驱动,会出现at_main.o文件吗?
发表于 2007-2-13 12:38:55 | 显示全部楼层
提示已经很明确,DGB没有定义,要么是缺少开发库,要么就是软件版本太高或太低
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表