DeepCache icon indicating copy to clipboard operation
DeepCache copied to clipboard

Undefined reference errors when running project (caused by improper ncnn library?)

Open Ziyu98 opened this issue 5 years ago • 1 comments

Hi,

I am trying to deploy your project in my android phone. I modified some versions in CMake file and the project can be successfully built. Then I compiled the ncnn library. As the newer version ncnn library doesn't fit your code, I compiled the older version based on the code in your DeepCache repository (by running ./build.sh). Then I got ncnn library for android-armv7 & android-aarch64. However, when I tried to run the project on Android Studio, there are a lot of undefined reference errors in *.cpp files under src folder (e.g. cpu.cpp, blob.cpp, layer.cpp, net.cpp, etc.). Could you please tell me if I am doing in a correct direction? Especially on compiling the ncnn library. Please let me know if I did anything wrong. Any assistance you can provide would be greatly appreciated!

Thanks, Ziyu

Ziyu98 avatar Oct 01 '20 05:10 Ziyu98

Hi, Have you run it successfully?I have the same problem and I hope to get some help!

Thanks!

wxk0125 avatar Jul 18 '21 05:07 wxk0125