Confirmed users
29
edits
| Line 20: | Line 20: | ||
Currently there exists an allocator/deallocator mismatch in the ICS build; to get around it, you need to disable jemalloc in Gecko: open <code>$B2G/glue/gonk-ics/gonk-misc/default-gecko-config</code> and add the following option: | Currently there exists an allocator/deallocator mismatch in the ICS build; to get around it, you need to disable jemalloc in Gecko: open <code>$B2G/glue/gonk-ics/gonk-misc/default-gecko-config</code> and add the following option: | ||
<pre>ac_add_options --disable-jemalloc</pre> | <pre>ac_add_options --disable-jemalloc</pre> | ||
Note that this change may already be in <code>default-gecko-config</code>, in which case this is already done for you. | Note that this change may already be in <code>default-gecko-config</code>, in which case this step is already done for you. | ||
==Building Gonk/Gecko== | ==Building Gonk/Gecko== | ||
Refer to the detailed instructions in the B2G [https://github.com/andreasgal/B2G/blob/master/INSTALL INSTALL] file. | Refer to the detailed instructions in the B2G [https://github.com/andreasgal/B2G/blob/master/INSTALL INSTALL] file. | ||