JamVM移植问题2

来源:互联网 发布:淘宝助理5.0旧版本 编辑:程序博客网 时间:2024/06/05 20:08

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

0 0
原创粉丝点击