Closed Bug 893759 Opened 11 years ago Closed 7 years ago

Unable to build armv6 on linux x86_64 from the latest m-c sources

Categories

(Firefox Build System :: General, defect)

x86_64
Linux
defect
Not set
major

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: AdrianT, Unassigned)

Details

Ubuntu Linux 12.04 LTS 64-bit
Android SDK r21.1
Android NDK r8e
I'm using the sources from Nightly 25.0a1 2013-07-14 (rev ff0a372e3170).

Mozconfig:
 . $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-android
mk_add_options MOZ_MAKE_FLAGS="-s -j6"
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --disable-crashreporter
# Android SDK/NDK
ac_add_options --with-android-ndk="/home/adriantamas/android-ndk-r8e"
ac_add_options --with-android-sdk="/home/adriantamas/android-sdk-linux/platforms/android-16"
ac_add_options --with-android-version=9
# Android options
## Native UI:
ac_add_options --enable-application=mobile/android
ac_add_options --target=arm-linux-androideabi
ac_add_options --with-arch=armv6
ac_add_options --with-endian=little

When trying to build I get the error: http://pastebin.com/17VMi6Ju
When building the armv7 I don't have any issues. I used 2 different sets of sources for armv6 and armv7 so they don't interfere with each other. I also clobbered the build several times.
changing the ac_add_options --disable-optimize to ac_add_options --enable-optimize seems to solve the issue. 

Should I close this issue or is it a bug that it fails to build with the option set?
Old, unsupported toolchain. No longer relevant.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.