====== crosstools ======
===== Scratchbox =====
==== Install ====
Install dir:
~/devfs/opt/scratchbox
==== Login ====
Start scratchbox as **root**
echo 0 > /proc/sys/vm/vdso_enabled
echo 4096 > /proc/sys/vm/mmap_min_addr
/opt/scratchbox/sbin/sbox_ctl start
Login as normal user. **note:** make sure to run scratchbox's login.
./~/devfs/opt/scratchbox/login
==== Stop scratchbox ====
As root
~/opt/scratchbox/sbin/sbox_unmount_all
===== Android NDK toolchain =====
==== Resources ====
* http://www.appinf.com/docs/poco/99300-AndroidPlatformNotes.html
====== Resources ======
* http://www.ailis.de/~k/archives/19-ARM-cross-compiling-howto.html#toolchain
* http://www.kegel.com/crosstool/crosstool-0.43/doc/crosstool-howto.html#quick
* http://www.scratchbox.org/documentation/general/tutorials/explained.html
* http://www.tenouk.com/ModuleW.html
===== objdump =====
* http://linuxgazette.net/issue84/index.html