This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Free Java on Familiar ARM
- From: Jari Korva <jpkorva at iki dot fi>
- To: Fernando Lozano <fernando at lozano dot eti dot br>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: Fri, 15 Apr 2005 12:20:56 +0300 (EEST)
- Subject: Re: Free Java on Familiar ARM
- References: <425E8832.2020704@lozano.eti.br> <425F4D00.6020707@gmail.com>
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