JamVM移植问题2

    xiaoxiao2025-04-20  14

    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

    转载请注明原文地址: https://ju.6miu.com/read-1298260.html
    最新回复(0)