[kaffe] cross compiling

Dalibor Topic robilad at yahoo.com
Sun Dec 8 10:13:05 PST 2002


Hi Brian,

--- Brian Beattie <beattie at beattie-home.net> wrote:
> I'm trying to cross compile kaffe, but when I run
> configuire, the
> Makefile it creates does not have the cross
> compiler.  Anybody have and
> clues?
> 
> ./configure --host=arm-linux
> --build=i386-pc-linux-gnu --prefix
> $PWD/../../output/staging/usr --with-awt=qt
> --with-qtdir=$PWD/../../build/qt-2.3.4-beta2 

According to this email:
http://www.kaffe.org/pipermail/kaffe/2001-July/007375.html

you have to set CC to the cross-cc before you run
configure. And configure it to use jikes for class
library compilation, i.e. --with-jikes=yes, otherwise
it will attempt to recompile the class library using
the cross-compiled version of kaffe, which will most
certainly fail on your system.

hope this helps,

dalibor topic

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




More information about the kaffe mailing list