如何告诉“gar”或“ar”输出“elf32-i386”输出?

发布于 2024-09-25 15:02:55 字数 209 浏览 1 评论 0原文

当我查看 gar -h 的帮助输出时,它告诉我:

[...] 
gar: supported targets: elf64-x86-64 elf32-i386 a.out-i386-linux [...]

如何指示 gar 创建 elf32-i386 输出?

When I look at the help output from gar -h, it tells me:

[...] 
gar: supported targets: elf64-x86-64 elf32-i386 a.out-i386-linux [...]

How can I instruct gar to create an elf32-i386 output?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

小…楫夜泊 2024-10-02 15:02:55

输出类型将与输入相同。因此,如果您想要 elf32-i386 输出,则需要为其提供 elf32-i386 输入文件

The output type will be the same as the inputs. So if you want elf32-i386 output you need to give it elf32-i386 input files

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