This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ and Motorola MPC5xx?
- From: Tom Tromey <tromey at redhat dot com>
- To: Markus Spitzlinger <mspitzl at cosy dot sbg dot ac dot at>
- Cc: java at gcc dot gnu dot org
- Date: 03 Apr 2003 09:11:11 -0700
- Subject: Re: GCJ and Motorola MPC5xx?
- References: <oprm17f1sc0499bk@localhost>
- Reply-to: tromey at redhat dot com
>>>>> "Markus" == Markus Spitzlinger <mspitzl at cosy dot sbg dot ac dot at> writes:
Markus> Can GCJ be used to compile java to native code for the
Markus> Motorola MPC5xx (MPC555) prozessor with an Osek operating
Markus> system?
I've never heard of Osek. Some porting would be required.
Does a gcc port exist for your target?
Markus> Do I need libgcj if it works?
Yes. If a gcc port already exists, then the bulk of your porting
would be in libgcj and libffi.
Tom