Hi Jonathan, > build-b2g/B2G/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/ld: > fatal error: libxul.so: mmap: failed to allocate 845861936 bytes for > output > file: Cannot allocate memory > collect2: ld returned 1 exit status
I hit a similar problem yesterday on Linux but strangely enough after pulling the latest patches into my checkout I couldn't reproduce it anymore. I can see the ld executable take a *lot* of memory during that phase and being a 32-bit executable it's possible that it's running out of virtual address space during that phase. Gabriele _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
