Note that NDK r9b and above removed GCC 4.7 in favor of GCC 4.8, and building with GCC 4.8 is currently broken due to bug 1011680. So for now, it's best to use NDK r8e, which the buildbots also use:
http://dl.google.com/android/ndk/android-ndk-r8e-darwin-x86.tar.bz2 http://dl.google.com/android/ndk/android-ndk-r8e-darwin-x86_64.tar.bz2 http://dl.google.com/android/ndk/android-ndk-r8e-linux-x86.tar.bz2 http://dl.google.com/android/ndk/android-ndk-r8e-linux-x86_64.tar.bz2 On 5/19/14 1:37 PM, Jim Chen wrote: > Hi all, > > Bug 992357 landed some changes that require GCC 4.7, which is the > version used by buildbots. With an older version, you will see errors in > widget/android/NativeJSContainer.cpp when building. > > GCC 4.7 was first added in NDK r8d, so you should be using at least that > version. Everything should work by default; if not, you can specify the > GCC version in your mozconfig by adding this line, > >> ac_add_options --with-android-gnu-compiler-version=4.7 > > Let me know if you have questions. Sorry for the inconvenience. > > Jim > > _______________________________________________ > mobile-firefox-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/mobile-firefox-dev > _______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

