This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCJ as cross-compiler to embedded system
- From: Gustav Kälvesten <gustav dot kalvesten at axis dot com>
- To: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- Date: Mon, 3 Dec 2001 06:29:20 +0100
- Subject: GCJ as cross-compiler to embedded system
Hi,
We are looking into bringing a JavaVM to our embedded systems platform (eCos as OS and ETRAX processor). We are currently using 'gcc' as cross-compiler for our development work.
A question that has arisen is if it is possible to use 'gcj' to compile the class libraries of the JavaVM into native code? This should improve the speed drastically, right?
Anyone who has done this and has any input on the difficulties and performance improvement?
- Gustav