QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1523|回复: 6

编译busybox的问题

[复制链接]
发表于 2005-2-28 16:13:40 | 显示全部楼层 |阅读模式
编译busybox-1.00
正常编译的时候很正常,可是交叉编译的时候却提示出错
错误信息如下
In file included from /root/busybox-1.00/include/busybox.h:54,
from /root/busybox-1.00/networking/route.c:44:
/root/busybox-1.00/include/libbb.h:111: warning: declaration of `flags' shadows global declaration
/root/busybox-1.00/include/libbb.h:112: warning: declaration of `flags' shadows global declaration
/root/busybox-1.00/include/libbb.h:134: warning: declaration of `flags' shadows global declaration
/root/busybox-1.00/include/libbb.h:249: warning: declaration of `flags' shadows global declaration
/root/busybox-1.00/include/libbb.h:254: redefinition of `struct sysinfo'
/root/busybox-1.00/include/libbb.h:270: warning: declaration of `info' shadows global declaration
/root/busybox-1.00/include/libbb.h:307: warning: declaration of `flags' shadows global declaration
/root/busybox-1.00/include/libbb.h:437: warning: declaration of `flags' shadows global declaration
/root/busybox-1.00/networking/route.c:475: warning: declaration of `flags' shadows global declaration
/root/busybox-1.00/networking/route.c: In function `set_flags':
/root/busybox-1.00/networking/route.c:476: warning: declaration of `flags' shadows global declaration
/root/busybox-1.00/networking/route.c: In function `displayroutes':
/root/busybox-1.00/networking/route.c:490: warning: declaration of `flags' shadows global declaration
make: *** [/root/busybox-1.00/networking/route.o] Error 1

什么原因呢?
发表于 2005-2-28 18:35:21 | 显示全部楼层
好像是重复定义了。
去google一下,应该有类似的错误出现的 .
回复

使用道具 举报

发表于 2005-4-30 09:49:07 | 显示全部楼层
我也遇到这样的问题,sigh....
回复

使用道具 举报

发表于 2005-4-30 20:54:59 | 显示全部楼层
我的编译没问题啊,你的配置可能有问题!
回复

使用道具 举报

发表于 2005-5-6 10:16:01 | 显示全部楼层
斑竹,能不能贴上您的配置Config.h?
谢谢啦。
回复

使用道具 举报

发表于 2005-5-18 11:07:34 | 显示全部楼层
我也遇到同样的问题,怎么解决呢?

用另外的版本会不会出现这样的问题呢?

版主,你是怎么设置的?
回复

使用道具 举报

发表于 2005-5-27 23:00:11 | 显示全部楼层
交叉编译时使用cflags指定include的路径就可以解决这个问题。
我怀疑是多个route.h头文件include顺序的问题,编译器可能找错头文件了。

我已经解决了这个问题。
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-5 11:27 , Processed in 0.040480 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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