This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj and embedded arm
- To: "Rajah Kalipatnapu" <kalipatnapu at yahoo dot com>
- Subject: gcj and embedded arm
- From: "Anthony Green" <green at redhat dot com>
- Date: Tue, 13 Nov 2001 08:13:49 -0800
- Cc: "Java at Gcc dot Gnu. Org" <java at gcc dot gnu dot org>
- References: <NEBBIOHHGLPAGAKEDNLCOEEPCIAA.kalipatnapu@yahoo.com>
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