This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ld error with gcj cross-compiler
- From: Tom Tromey <tromey at redhat dot com>
- To: Aran Benner <aran at iekey dot nl>
- Cc: java at gcc dot gnu dot org
- Date: 04 Jun 2002 13:41:15 -0600
- Subject: Re: ld error with gcj cross-compiler
- References: <3.0.6.32.20020524094642.00829100@iekey221>
- Reply-to: tromey at redhat dot com
>>>>> "Aran" == Aran Benner <aran@iekey.nl> writes:
Aran> After much efford, I've finally managed to set up GCC 3.1 as a
Aran> cross-compiler for a M68k-elf system (a M5272 system running
Aran> uClinux, to be precise).
Aran> I've compiled and ran this program succesfully with a GCJ 3.0.4
Aran> native compiler, but now, trying to compile it with a GCJ 3.1
Aran> cross-compiler I get an error. Actually, I'm not exactly sure
Aran> what compile options I have to give, but I've tried multiple
Aran> combinations, each with the same result. Here is the most basic
Aran> one:
Aran> /usr/local/lib/gcc-lib/m68k-elf/3.1/../../../../m68k-elf/bin/ld.real:
Aran> cannot find -lgcj
Does libgcj really exist? Where is it installed?
That is the first thing to check.
Tom