gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] android toolchain


From: 新绿
Subject: [Gnash-dev] android toolchain
Date: Fri, 6 Nov 2009 21:53:48 +0800

I want to build gnash for android.
 
For the first time,I used the CodeSoucery tools and I've built gnash successfully.However,android don't use libc.Therefore,when i push the "sdl-gnash" which was built after cross compiling into android,it didn't work.
 
Then I tried to built gnash in a static way.I add"--disable-shared --enable-static" to the configure option,after the cross compiling,I got a "sdl-gnash" too.But I found that this "sdl-gnash" was not a static binary,it still depended on libc.so,libgcc_s.so etc.So when I push it into android,it didn't work either.
 
For the third time,I turned to android toolchain which was built by Rob.I downloaded it in this site:http://www.gnashdev.org/tools/android-arm.tar.bz2.Rob said "As a C compiler, this toolchain works great, and it's much easier to build Android executables than the other tools as it's all integrated"
However,it didn't work on android even for a "helloworld.c"(it can compile successfully,but don't work on android).
can anyone tell me why this toolchain doesn't work?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]