Mobile/Build/Maemo Build Instructions: Difference between revisions

→‎Building the Trunk (Mozilla 1.9): add workaround for jemalloc build failure
(→‎Building the Trunk (Mozilla 1.9): the "checkout" and "build" targets are equivalent to, but more commonly used, than "pull_all" / "build_all")
(→‎Building the Trunk (Mozilla 1.9): add workaround for jemalloc build failure)
Line 118: Line 118:
make -f client.mk build
make -f client.mk build
</pre></code>
</pre></code>
Note: with GCC 3.4 you may encounter an error compiling jemalloc. As a workaround, edit <code>memory/jemalloc/Makefile.in</code> in the Mozilla source, and change the MODULE_OPTIMIZE_FLAGS setting from <code>-O2</code> to <code>-Os</code>. (TODO: #mobile says upgrading to GCC 4 is the proper fix, but no one had instructions for upgrading Scratchbox's GCC.)


==Running your Build==
==Running your Build==
canmove, Confirmed users
432

edits