Building a crosscompiler Take 2
Posted on Mon 22 March 2010 in Android • Tagged with android, crosscompiler, gentoo, arm, milestone
The command to build a toolchain, that works with version 2.0.1 of the Motorola Milestone firmware, on gentoo is:
crossdev --kernel 2.6.29 arm-none-linux-gnueabi
(It worked for me)
Like in my first article I tested to build a helloWorld program and the bash shell. The steps needed …
Continue reading