busybox怎样才能编译出init.d文件夹?
busybox怎样才能编译出init.d文件夹?
我几乎用allyes了,init的选项也都设了,为什么还是不能编译出init.d文件夹?
我用的是1.1版,用1.4的时候静态编译就报错:
CC applets/applets.o
applets/applets.c:20:2: 错误:#warning Static linking against glibc produces buggy executables
applets/applets.c:21:2: 错误:#warning (glibc does not cope well with ld --gc-sections).
applets/applets.c:22:2: 错误:#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
applets/applets.c:23:2: 错误:#warning Note that glibc is unsuitable for static linking anyway.
applets/applets.c:24:2: 错误:#warning If you still want to do it, remove -Wl,--gc-sections
applets/applets.c:25:2: 错误:#warning from top-level Makefile and remove this warning.
make[1]: *** [applets/applets.o] 错误 1
make: *** [applets] 错误 2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
把applets.c里相关的警告注释掉
就是那个#ifdef ***
1.4的在examples下floppyboot里
哦,哈哈,谢谢,找到了
可不可以说的具体点我比较菜