This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcj cross-compilation problems (2)


> >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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]