1、zlib is missing
解决方法:下载zlib以及编译安装zlib到交叉编译链
http://blog.csdn.net/u010511175/article/details/11109739
2、zlib编译问题
/usr/bin/ld: adler32.lo: Relocations in generic ELF (EM: 40)
adler32.lo: could not read symbols: File in wrong format
collect2: error: ld returned 1 exit status
解决方法:
修改Makefile中的 LDSHARED=arm-linux-gcc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map
3、JAVASE程序在JAMVM虚拟机上运行
http://www.xuebuyuan.com/1373682.htmlhttp://www.xuebuyuan.com/1373682.html