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

Cross compile code for the Motorola Milestone using Gentoo

Posted on Tue 02 February 2010 in Android • Tagged with android, crosscompiler, gentoo, arm, milestone

The toolchain build in this article currently only works with version 2.0 of the Milestone firmware, but I wrote another short article about getting a working toolchain for 2.0.1.

When I first used ConnectBot to get a local shell, I immediately felt some kind of incompleteness. I …


Continue reading