Difference between revisions of "Gentoo NDK"

From WebOS Internals
Jump to navigation Jump to search
(New page: Building a Palm Pre compatible (armv7) cross-toolchain is as easy as running: <source lang="bash"> emerge crossdev crossdev -t armv7a-softfloat-linux-gnueabi </source>)
 
Line 4: Line 4:
 
crossdev -t armv7a-softfloat-linux-gnueabi
 
crossdev -t armv7a-softfloat-linux-gnueabi
 
</source>
 
</source>
 +
 +
Seems like gcc 4.4.0, binutils 2.19 and glibc 2.9 are compatible with the Pre userland.

Revision as of 14:24, 27 July 2009

Building a Palm Pre compatible (armv7) cross-toolchain is as easy as running: <source lang="bash"> emerge crossdev crossdev -t armv7a-softfloat-linux-gnueabi </source>

Seems like gcc 4.4.0, binutils 2.19 and glibc 2.9 are compatible with the Pre userland.