Free Java on Familiar ARM
Jari Korva
jpkorva@iki.fi
Fri Apr 15 09:21:00 GMT 2005
Fernando Lozano wrote:
> If there's no way except to do a cross compile build, any help on how to
> get started will be greatly appeciated.
I've had fairly good success with crosstool (http://kegel.com/crosstool/).
Just download it and add java to the list of languages specified in
demo-arm.sh (or whatever script you find the most suitable for you):
GCC_LANGUAGES="c,c++,java"
After that execute the script and you should have a working
cross-gcc and even cross-gcj for compiling and executing Java
applications.
Cheers,
Jari
More information about the Java
mailing list