This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj
- To: "Gary Mueller" <garymueller at uswest dot net>
- Subject: Re: gcj
- From: Tom Tromey <tromey at redhat dot com>
- Date: 12 Mar 2001 11:48:23 -0700
- Cc: java at gcc dot gnu dot org
- References: <3AAD066A.B1068CCE@uswest.net>
- Reply-To: tromey at redhat dot com
>>>>> "Gary" == Gary Mueller <garymueller@uswest.net> writes:
Gary> I am not sure this is the right email group. If not, please
Gary> point me to the right group.
This is right.
Gary> I have an ARM 7 processor and would like to use gcj. I would
Gary> like to "complie" java code and run it on the ARM 7 processor.
Gary> Is the ARM7 processor supported by gcj?
Offhand I don't know. gcj partially supports the ARM, but I don't
know how the ARM 7 relates to this support. My understanding is that
we have ARM support for everything except the interpreter.
"ARM 7" isn't very specific. libgcj requires knowledge not only of
the processor but also of the operating system.
Tom