I've got a problem using gyp on MacOS X to make an android v8 lib. First I can correctly build v8 on host since I set up the generator to make.
Then when I run "make android" and get this: arm-linux-androideabi-g++: i386: No such file or directory My ANDROID_NDK_ROOT is set correctly to the latest NDK (v7), I ran the installdir inside NDK as suggested on the wiki, and finally, I verified internally in the make command that ANDROID_TOOL_PREFIX points to the cross-compiled toolchain bins. I haven't look deeper yet, but it seems that Make-android strips g++ and friends from the absolute path. At least this seems to be the only explanation now, as Make-android is entered with the right options. Now "make arm" works fine. So is it the "new" recommended way to build v8 android? -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users