solrex / caffe-mobile

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Other
317 stars 121 forks source link

./tools/build_android.sh #58

Closed peterpaniff closed 5 years ago

peterpaniff commented 6 years ago

CMakeFiles/caffe-jni.dir/caffe_mobile.cpp.o:caffe_mobile.cpp:function caffe::LogMessage::print(): error: undefined reference to '__android_log_print'

peterpaniff commented 6 years ago

请问下我编译的时候这个大概是什么原因呢?有没有解决的方法

solrex commented 6 years ago

@peterpaniff 你有没有修改编译脚本?这个的意思是没找到android log库的引用,也就是 -llog 没有找到链接库。

peterpaniff commented 5 years ago

@peterpaniff 你有没有修改编译脚本?这个的意思是没找到android log库的引用,也就是 -llog 没有找到链接库。

谢谢,我已经解决问题了,我是修改了脚本