Comment #3 on issue 2332 by [email protected]: Usage of Android NDK
toolchain is incorrect.
http://code.google.com/p/v8/issues/detail?id=2332
Well, the problem is the following:
Download Android NDK via git - no libraries inside.
Build V8 - fails at linking preparser, stlport_static.a isn't available.
Build random Android NDK project - automatically builds stlport_static.a
because most of them have the requirements in the Android.mk file.
Build V8 - works.
To avoid the problem, I suggested to use the ndk-build workflow as it can
build the required libraries before you actually start building V8 itself.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev