On Tuesday, 4 March 2014 11:46:52 UTC+5:30, Suresh Arora wrote: > Mar 3 (16 hours ago) > > I am trying to build the android browser of firefox. using the link > https://wiki.mozilla.org/Mobile/Fennec/Android > > I am using linux ubuntu 12.04. I am able to do till Setup Fennec mozconfig > and ate that whenever I am trying to build and run the ,/mach build it s > givving error continuously ..... the error is as follows : > http://pastebin.com/phW6YJPc > > > > My .mozconfig present in src folder is : > > > > # Add the correct paths here: > > ac_add_options --with-android-ndk="/home/href/geckoView/android-ndk-r8e" > > ac_add_options > --with-android-sdk="/home/href/geckoView/adt-bundle-linux-x86_64-20131030/sdk/platforms/android-19" > > ac_add_options > --with-android-toolchain="/home/href/geckoView/android-ndk-r8e/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86_64" > > ac_add_options > --with-android-tools="/home/href/geckoView/adt-bundle-linux-x86_64-20131030/sdk/tools" > > > > > > # android options > > ac_add_options --enable-application=mobile > > ac_add_options --target=arm-linux-androideabi > > ac_add_options --with-ccache > > mk_add_options MOZ_OBJDIR=./objdir-droid > > ac_add_options --with-arch=armv6 > > #ac_add_options --target=i386-linux-android > > > > mk_add_options MOZ_MAKE_FLAGS="-j4" > > > > Suresh
My error is changed I made it to trusted but it is still giving error The error is : http://pastebin.com/UmJiq4fW And now my .mozconfig is as : # Add the correct paths here: ac_add_options --with-android-ndk="/home/href/geckoView/android-ndk-r8e" ac_add_options --with-android-sdk="/home/href/geckoView/adt-bundle-linux-x86_64-20131030/sdk/platforms/android-16" ac_add_options --with-android-toolchain="/home/href/geckoView/android-ndk-r8e/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86_64" ac_add_options --with-android-tools="/home/href/geckoView/adt-bundle-linux-x86_64-20131030/sdk/tools" # android options ac_add_options --enable-application=mobile/android ac_add_options --target=arm-linux-androideabi ac_add_options --with-ccache mk_add_options MOZ_OBJDIR=./objdir-droid ac_add_options --with-arch=armv6 #ac_add_options --target=i386-linux-android ac_add_options --enable-debug ac_add_options --target=i386-linux-android mk_add_options AUTOCLOBBER=1 _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds