i forgot to say:

i'm using kaffe-1.0.7.tar.gz (02-Jul-2002)

-----Original Message-----
From:   BOTINEAU Alain
Sent:   Fri 11/15/2002 10:28 AM
To:     [EMAIL PROTECTED]
Cc:     
Subject:        unable to compile on assabet
Hi,

I'm trying to use kaffe on an intel SA-1110 and linux.

To install kaffe, i did:

export KAFFEH=/usr/local/kaffe/bin/kaffeh

CC=/opt/hardhat/devkit/arm/sa110_le/bin/sa110_le-gcc ./configure --prefix
=/mnt/cdk --build=i386-linux --host=arm-linux --target=arm-linux --without-x 
--without-awt

make

make install

and then on my assabet i mounted kaffe:

mount -t nfs 192.168.128.103:/opt/hardhat/devkit/arm/sa1110_le/target /mnt/cdk

after copying all files in /mnt/cdk in /opt/hardhat/devkit/arm/sa1110_le/target

Then problems begin:

I'm unable to compile a simple java file on the assabet.

If i do:

/mnt/cdk/bin/javac Hello.java

I get:

Internal error: caught an unexpected exception.
Please check your CLASSPATH and your installation.
java/lang/OutOfMemoryError
        at java.util.HashMap.rehash(HashMap.java:221)
        at java.util.HashMap.put(HashMap.java:121)
        at java.util.Hashtable.put(Hashtable.java:105)
        at java.lang.System.initProperties(System.java:native)
        at java.lang.System.<clinit>(System.java:43)
Aborted

or i sometimes get:

VM: killing process kaffe-bin                                                   
Killed                              

Am i doing something wrong? What is the method to compile a java file?

In the mailing list archive i can see that some people succeed in installing kaffe on 
a strongarm. Did you use an another way to compile it?

Thanks for your help.

Best regards.








_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to