1. 程式人生 > >Caffe-ssd編譯錯誤:Makefile:570: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' failed

Caffe-ssd編譯錯誤:Makefile:570: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' failed

在編譯Caffe-SSD時候遇到以下問題:

Makefile:570: recipe for target '.build_release/lib/libcaffe.so.1.0.0-rc3' failed

方法一:安裝依賴庫.

sudo apt-get install libopenblas-dev

方法二:修改Makefile 檔案.

將

LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_hl hdf5

改為:

LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_serial_hl hdf5_serial