This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: libgcj cross-compilation problems (2)
- To: cdornan at arm dot com
- Subject: Re: libgcj cross-compilation problems (2)
- From: Andrew Haley <aph at pasanda dot cygnus dot co dot uk>
- Date: 20 Apr 2000 12:50:28 -0000
- CC: java-discuss at sourceware dot cygnus dot com
> >From alias Thu Apr 20 13:43:11 2000
> Date: Thu, 20 Apr 2000 13:42:21 +0100 (BST)
> From: Chris Dornan <cdornan@arm.com>
>
> Andrew Haley replied:
>
> > Well, even if in theory it can run gcjh, it certianly looks like it
> > hasn't done so. Either that or the headers aren't in the right place.
> > So, did gcjh run? And did the libgcj sources get bytecode compiled?
>
> As far as I can tell, no, but I am not very familiar with the
> internals of this build. I have appended the make log for this
> section of the build to the message; it will probably be easier for others
> to see what is going on.
Look for the *first* error, not where the make finally fails:
> make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava/include'
> make[2]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava/include'
> make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava'
> classpath . gnu/gcj/convert/BytesToUnicode
> make[2]: classpath: Command not found
There it is; JAVAC isn't set in the Makefile.
Andrew.