A small update to my previous post.
After running the script my_conf.sh, instead of
$make
and
$make DESTDIR=... install
please do the following:

create a script, eg. my make.sh:

toolchain=/opt/xdvl/toolchain/bin2.14-gcc3.3.2-glibc2.3.2_nw9
zlib=/opt/xdvl/arm-linux-zlib/1.2.1-glibc2.3.2_nw9
libxml=/opt/xdvl/arm-linux-libxml2-2.6.17
libxslt=/opt/xdvl/arm-linux-libxslt-1.1.13

export PATH=$toolchain/bin:$PATH
export CC=arm-linux-gcc
export NM=arm-linux-nm
export AR=arm-linux-ar
export STRIP=arm-linux-strip
export XSLT_CONFIG=$libxslt/bin/xslt-config
export KAFFEH=your_x86_kaffe_installation/kaffeh
make
make DESTDIR=somewhere_you_like install-strip
#----------------------------- end of script -----------------------------

and run it after having run my_conf.sh
Then scp to the target machine as I described in the previous post

Regards,
Ioannis Liverezas


New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low rates.
_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to