Android NDK 应用程序构建失败“参数列表太长”与 Cygwin
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 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.