Because I am not familiar with cross building I am using the rules script included in ipkg.skel.tar.gz. to compile sablevm. Unfortunatly the configure script can not locate the libffi, a required lib. For those who are interested I could not build libffi-1.20 for mipsel with the rules script. libffi from the gcc cvs was the version I found that would build for mipsel with the rules script.
I have tried to edit the rules script in what I thought would be the correct area to no avail.
# Package specific flags
PKG_LDFLAGS=/mnt/extra/buildroot/sablevm-1.1.9/lib/
PKG_CFLAGS=/mnt/extra/buildroot/sablevm-1.1.9/include/
PKG_LD_LIBRARY_PATH=/mnt/extra/buildroot/sablevm-1.1.9/lib/
I have also tried placing the libs and inlcude file in some different places without any luck.
If someone could detail the buildprocess step by step without the rules script I think it would be a great help to the community. Of course a jvm package would also be convienent.
sablevm is availible at : http://sablevm.org
Thank you for your time.