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


Hi Jari,

I have generated by cross-compiler before, the real problem is corss-compiling all the libs you do need to develop real applications (some of them are not amigable to cross-build) AND to do the corerct releases for the PDA as it can't store many files on the limited flash availabe.

My dream is having, besides GCJ, JavaGnome and a Java binding for the gpe-widgets. You really miss these customized GTK/Gnome components when developing for Linux PDAs. But I'd be also happy with Kaffe or another JVM and SWT libs. :-)

[]s, Fernando Lozano

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]