-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some problems when i use the command:make #4
Comments
Change ./detect/Makefile may solver your problem. It seems that you don't have caffe-hrt and arm computelibrary installed in /usr/local/AID. See readme for the target platform. |
I followed the installation instructions but I get the following error during the make command. Can someone please help me solve this error |
@sejal-gupta You may have the newer version of Proto-buf, use |
Thank you @xcls1117 |
@sejal-gupta See the answer to @banqimiao question. As a reminder, install Caffe-HRT first can pretty mush solve all the dependency problems! https://github.com/OAID/Caffe-HRT. |
Thank you so much @xcls1117 |
I installed opencv3.3.0 on my ubuntu(14.04),and caffe without CUDA.
I followed the installtation instuction. When I use the command "make",it appears some problems on my terminal,like this:
/usr/bin/ld: 当搜索用于 /usr/local/AID/Caffe-HRT/lib/libcaffe.so 时跳过不兼容的 -lcaffe
/usr/bin/ld: 当搜索用于 /usr/local/AID/Caffe-HRT/lib/libcaffe.a 时跳过不兼容的 -lcaffe
/usr/bin/ld: 找不到 -lcaffe
/usr/bin/ld: 当搜索用于 /usr/local/AID/ComputeLibrary/lib/libarm_compute.so 时跳过不兼容的 -larm_compute
/usr/bin/ld: 找不到 -larm_compute
/usr/bin/ld: 当搜索用于 /usr/local/AID/ComputeLibrary/lib/libarm_compute_core.so 时跳过不兼容的 -larm_compute_core
/usr/bin/ld: 找不到 -larm_compute_core
/usr/bin/ld: 当搜索用于 /usr/local/AID/ComputeLibrary/lib/libarm_compute_graph.so 时跳过不兼容的 -larm_compute_graph
/usr/bin/ld: 找不到 -larm_compute_graph
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_dnn.so 时跳过不兼容的 -lopencv_dnn
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_ml.so 时跳过不兼容的 -lopencv_ml
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_objdetect.so 时跳过不兼容的 -lopencv_objdetect
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_shape.so 时跳过不兼容的 -lopencv_shape
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_stitching.so 时跳过不兼容的 -lopencv_stitching
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_superres.so 时跳过不兼容的 -lopencv_superres
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_videostab.so 时跳过不兼容的 -lopencv_videostab
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_calib3d.so 时跳过不兼容的 -lopencv_calib3d
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_features2d.so 时跳过不兼容的 -lopencv_features2d
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_highgui.so 时跳过不兼容的 -lopencv_highgui
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_videoio.so 时跳过不兼容的 -lopencv_videoio
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_imgcodecs.so 时跳过不兼容的 -lopencv_imgcodecs
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_video.so 时跳过不兼容的 -lopencv_video
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_photo.so 时跳过不兼容的 -lopencv_photo
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_imgproc.so 时跳过不兼容的 -lopencv_imgproc
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_flann.so 时跳过不兼容的 -lopencv_flann
/usr/bin/ld: 当搜索用于 /usr/local/AID/opencv3.3.0/lib/libopencv_core.so 时跳过不兼容的 -lopencv_core
collect2: error: ld returned 1 exit status
make: *** [build/bin/camera] 错误 1
what's the matter?
I don't have ideas.
The text was updated successfully, but these errors were encountered: