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?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.