This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: JavaComm/RXTX using GCJ?
- From: Martin Egholm Nielsen <martin at egholm-nielsen dot dk>
- To: java at gcc dot gnu dot org
- Date: Thu, 28 Oct 2004 10:24:19 +0200
- Subject: Re: JavaComm/RXTX using GCJ?
- References: <clnl2b$7p0$1@sea.gmane.org>
Has anyone tried compiling the RXTX package with GCJ - is there
anything one should be aware of?
Check the gcj mailing list archives; apparently at least one person
has done so successfully.
Ok, I see it. However, I tried it, but I got stuck in an earlier phase -
namely trying to crosscomplie the native-libraries for my target:
/usr/local/eldk/ppc_4xx/usr/include/asm/termbits.h:15: redefinition of
'struct termios'
I need to fix that somehow before getting any further... :-)
Regards,
Martin