Jianping Zeng

Results 5 comments of Jianping Zeng

The linker gives me an error "/usr/bin/ld: error: linux_version.map:24:4: invalid character" BTW, a minor typo in my previous reply. My OS version is Ubuntu 16.04.

I solved that problem which is caused by an extra newline character at the end of the linux_version.map. Just delete it. It would be fine!

But, there is another problem happens when I try to run make tests even with the modified linux_version.map used. ./Subtype.binary: relocation error: /usr/lib/jdk/jdk1.7.0/jre/lib/amd64/libjava.so: symbol JVM_GetClassLoader, version SUNWprivate_1.1 not defined in...

I have cleaned everything and recompiled it. The same problem is there.

@tehranixyz You can use llvm-as of LLVM 5.0 to transform the generated .ll file to llvm-5.0 bitcode which is supported in any version of LLVM after 5.0, the reason is...