busybox怎样才能编译出init.d文件夹?

发布于 2022-09-28 22:58:23 字数 817 浏览 35 评论 0

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

八巷 2022-10-05 22:58:23

把applets.c里相关的警告注释掉
就是那个#ifdef ***

拥抱影子 2022-10-05 22:58:23

1.4的在examples下floppyboot里

悲喜皆因你 2022-10-05 22:58:23

哦,哈哈,谢谢,找到了

孤蝉 2022-10-05 22:58:23

可不可以说的具体点我比较菜

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文