This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Free Java on Familiar ARM


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]