Difference between revisions of "Gentoo NDK"

From WebOS Internals
Jump to navigation Jump to search
(No difference)

Revision as of 02:06, 7 November 2010

Building a Palm Pre compatible (armv7) cross-toolchain is as easy as running: <source lang="bash"> echo "sys-devel/crossdev **" >> /etc/portage/package.keywords emerge crossdev crossdev -t arm-none-linux-gnueabi --libc 2.6.1 --gcc 4.3.4 --binutils 2.18 </source>