Hi,
I am trying to build kaffe on SA1110 arm processor.
I have downloaded kaffe-1.0.6.tar.gz file and trying to build that using cross compiler.
when I gave,
CC=arm-linux-gcc ./configure --prefix=/home/jyothi/kaffe --host=arm-linux..
it asked to set the path for kaffeh. So I added
export KAFFEH=/home/jyothi/kaffe/armkaffe/kaffe-1.0.6/kaffe
ie. the kaffeh directory...
The configure went fine.
But when I try to do make, it is giving me error:
when it goes insdie the include directory.
/home/jyothi/kaffe/armkaffe/kaffe-1.0.6/kaffe -classpath ../libraries/javalib/lang/klasses.jar -o .........
 
/home/jyothi/kaffe/armkaffe/kaffe-1.0.6/kaffe is a directory .
mv. stat filename : no such file or directory....
 
when I saw porting in www.kaffe.org I came to know that the KAFFEH is not properly set. what should this variable be set to??
what are the env variables I need to set.
Waht is the procedure I need to follow for porting kaffe to arm processors....
 
Thanks and Regards,
Jyothi.

Reply via email to