Android NDK 应用程序构建失败“参数列表太长”与 Cygwin

发布于 2024-12-27 01:27:03 字数 328 浏览 1 评论 0原文

我正在尝试在 cygwin 上使用 android NDK r5 在 windows xp sp3 上构建 irrlicht android 端口,但失败并出现错误“参数列表太长”。

我用谷歌搜索,并从 这篇文章 得到了一些解决方案,它试图添加一些额外的 makefile 脚本,用于为链接器使用单独的 .linkargs 文件。我按照说明进行操作,但仍然失败(我用那里的错误信息回复了帖子)。

那么,处理这个问题的有效方法是什么?

I'm trying to build irrlicht android port on windows xp sp3 with android NDK r5 on cygwin, but fail with error "arguments list too long".

I googled, and got some solution from this post which tries to add some extra makefile script to use separate .linkargs file for linker. I followed the instruction but still failed(I replied the post with the error information there).

So, what would be the valid way to handle this problem?

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

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

发布评论

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

评论(1

旧夏天 2025-01-03 01:27:03

查看 SG57 的回答:
http://irrlicht.sourceforge.net/forum/viewtopic.php?t =43449#p260385

它通过使用临时文件并通过它间接传递参数来解决该问题。

Check out SG57's answer at
http://irrlicht.sourceforge.net/forum/viewtopic.php?t=43449#p260385

It solves the problem by using a temporary file and indirecting args through it.

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