Android NDK app building failure "arguments list too long" with Cygwin -



Android NDK app building failure "arguments list too long" with Cygwin -

i'm trying build irrlicht android port on windows xp sp3 android ndk r5 on cygwin, fail error "arguments list long".

i googled, , got solution this post tries add together makefile script utilize separate .linkargs file linker. followed instruction still failed(i replied post error info there).

so, valid way handle problem?

check out sg57's reply @ http://irrlicht.sourceforge.net/forum/viewtopic.php?t=43449#p260385

it solves problem using temporary file , indirecting args through it.

android command-line-arguments irrlicht

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -