MirrorYuChen / mnn_example

alibaba MNN, mobilenet classifier, centerface detecter, ultraface detecter, pfld landmarker and zqlandmarker, mobilefacenet
MIT License
202 stars 61 forks source link

error in compiling #34

Closed yanwenbit closed 3 years ago

yanwenbit commented 3 years ago

When I make this project, it shows "../../src/../lib/libMNN.so: error adding symbols: File in wrong format". So I should recompile libMNN.so in my system, right? How could I compile this file? Thanks!

LiYufengzz commented 3 years ago

what is your system?

goodzhangbobo commented 3 years ago

hello, I encounter the same error. My system is Ubuntu 16.04. Could you help me to resolve it .

goodzhangbobo commented 3 years ago

I progressed it with commands like:

$mkdir  build
$cd build
$cmake  ..
$make  -j4

then the error happened.

MirrorYuChen commented 3 years ago

把MNN库替换成你自己系统上编译的,然后再重新编译一下就可以了