hello everyone,
I am an new commer to classpath and I try to cross-compile classpath. Now I am confused about the compiling process. I successfully configure the classpath with " ./configure --host=arm-linux --with-jikes --enable-jni --disable-plugin", but when I execute make ,it give the fellow information
Making all in lib
make[1]: Entering directory `/home/root/classpath-0.92/lib'
mkdir -p ../gnu/java/locale
../scripts/generate-locale-list.sh > ../gnu/java/locale/LocaleData.java
true
top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory ../vm/reference
/usr/local/bin/jikes +Pno-switchcheck +Pno-shadow +F -encoding UTF-8 -bootclasspath '' -extdirs '' -sourcepath '' --classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.:: -d . @classes
I wait a long time, but It hang in this stage and not move to next. anybody know what is the reasson? or some suggestions? thanks in advance!
my java compiler is jikes-1.22, and I use scratchbox to cross compile classpath.