[kaffe] cross compilation for arm: UPDATE

Ioannis Liverezas iliverez at yahoo.com
Wed Mar 29 12:39:06 PST 2006


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20060329/6a1e386c/attachment-0005.htm 


More information about the kaffe mailing list