problems when build OpenJDK on mips64el

Linwen Deng linwendeng at gmail.com
Mon Mar 15 03:46:19 PDT 2010


Thanks, Andrew!

My problem is that I meet troubles when compile a test program with gcj,
then wonder if only libgcj  is enough to compile OpenJDK.

The test program:
*public class test{
 public static void main(String args[]){
  System.out.print("Hello kylin");
  System.exit(0);
 }
}*

The problem is:
error: the method exit(int) was not in the type of System.

> I'm trying to port OpenJDK to mips64el,but have some troubles,and didn't
> know where is the source problem.
> Here are my steps:
>
> 1, build gcj. The version of gcc is 4.4.1, and configure like the follows:
>
> *../configure --prefix=/usr --build=mips64el-linux \
>         --disable-nls --enable-shared --enable-__cxa_atexit \
>         --disable-multilib  --with-abi=64 \
>         --with-ecj-jar=/usr/share/
java/ecj.jar \
>         --enable-c99 --enable-long-long --enable-threads=posix \
>         --enable-languages=java*
>
> the ecj.jar is copied from my PC(x86_64), and version of 4.5.
>
> 2, compile Classpath-0.98 with gcj

What's the point of this?  gcj already has its own copy of Classpath.

> 3, then I want skip classpath, and compile Iced tea directly, and also
meet
> a lot of troubles when make.
>
> I wonder if my steps is correct, so I need your help. Can you give me some
> tips, or tell me how debian's openjdk was built on mipsel?

AFAIK it was bootstrapped directly with gcj.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100315/640d713b/attachment.html 


More information about the distro-pkg-dev mailing list