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?