使用 Cygwin 工具链时出现链接错误

发布于 2024-09-18 07:08:27 字数 320 浏览 7 评论 0原文

我需要使用 Cygwin 为 Android 项目编译 C++ 代码。我什至无法编译基本的“hello world”程序。控制台给我这条消息:

/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: unrecognized -a option “ware”

我用谷歌搜索了这个错误,我发现的唯一结果是其中一个程序(我认为是 binutils)过时了,并且在更新该程序时得到了解决。我立即下载了整个 Cygwin 软件包,所以我不认为这是问题所在。编译器和链接器无法正常通信。如何在不更改编译器的情况下修复它?

I need to use Cygwin to compile C++ code for an Android project. I'm having trouble compiling even a basic "hello world" program. The console gives me this message:

/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: unrecognized -a option `ware'

I've googled the error and the only result I've found was an issue with one of the programs (I think it was binutils) being out of date, and was resolved when that program was updated. I downloaded the entirety of the Cygwin package at once, so I don't think that's the problem. The compiler and linker aren't communicating properly. How do I fix it without changing compilers?

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

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

发布评论

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

评论(1

樱&纷飞 2024-09-25 07:08:27

我发现了 - Android 不支持标准 C++ 库。通过下载 http://www.crystax.net/android/ndk-r4.php 修复

这基本上为 Android 重新实现了这一点。

I figured it out - Android doesn't support the standard C++ library. Fixed by downloading http://www.crystax.net/android/ndk-r4.php

Which basically reimplements that for Android.

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