[kaffe] Kaffe porting on MIPS

NaveenYadav naveen.yadav at samsung.com
Sat Sep 2 00:10:34 PDT 2006


Hi ,

Thanks I am able to port Basic kaffe on MIPS Target, and able to run Hello
World program,
How can i attach Graphic to kaffe , We are using EDGE Graphics Library.
SO i could not able to found any document how to add Graphics Support..

Best Regards
Naveen
----- Original Message ----- 
From: "Dalibor Topic" <robilad at kaffe.org>
To: "NaveenYadav" <naveen.yadav at samsung.com>
Cc: <kaffe at kaffe.org>; <Sakur.hwa at iasolution.net>
Sent: Friday, August 25, 2006 12:28 PM
Subject: Re: [kaffe] Kaffe porting on MIPS


> NaveenYadav wrote:
>
> > Hi ,
> >
>
> Hi nadeev,
>
> > CC=mipsel-linux-gcc NM=mipsel-linux-nm \
> > AR=mipsel-linux-ar AS=mipsel-linux-as LD=mipsel-linux-ld
> > KAFFEH=/home/naveen/jvm/kaffe-native/kaffe/kaffeh/kaffeh \
> > ./configure --host=mipsel-linux --build=i686-linux
> > prefix=/home/naveen/jvm/cross \
> >  --enable-pure-java-math  --disable-alsa --disable-native-awt
> > --disable-xawt-xi18n --without-x
> > --with-libraries=/usr/tools/mipsel-linux/libs
> > --with-includes=/usr/tools/mipsel-linux/include  --disable-gtk-peer
> > --without-awt  --disable-sound
> >
> > **
> > *What may be the Reason;*
>
> The mips jit probably needs some poerting work. Please build kaffe with
> the interpreter engine first, using --with-engine=intrp and try to get
> that to work, i.e.
> to pass all regression tests in make check, before hacking on the jit.
>
>  From the error message, I'd guess that setting up the exception frame
> does not work as expected. You'll have to look at the code in
> config/mips/jit.h and config/mips/mips.c and adapt it for your needs.
>
> cheers,
> dalibor topic
>
>





More information about the kaffe mailing list