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]

gcj and embedded arm


Rajah asked:
> How can I compile Java files for ARM target?

It's funny you should ask, because I'm doing that right now.

I'm building a bare-board version of the gcj runtime, with the newlib C
library (http://sources.redhat.com/newlib), and running it on the ARM
simulator attached to gdb.  My configuration supports GC, but no threads.

The gcj runtime has target OS dependencies - so we need to know what OS you're
running.

AG



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