mathmanu / caffe-jacinto-models

This repository has moved. The new link can be obtained from https://github.com/TexasInstruments/jacinto-ai-devkit
63 stars 47 forks source link

make: *** [.build_release/lib/libcaffe-nv.so.0.17.0] Error 1 #3

Open HilmiK opened 6 years ago

HilmiK commented 6 years ago

I have gone through all the steps and this came out.

I tried the symbolic link solution for libturbojpeg but did not change.

CXX .build_release/src/caffe/proto/caffe.pb.cc ./3rdparty/half_float/half.hpp(1659): warning: calling a host function("half_float::detail::round_half<( ::std::float_round_style)1> ") from a host device function("half_float::detail::functions::rint") is not allowed

./3rdparty/half_float/half.hpp(1659): warning: calling a host function("half_float::detail::round_half<( ::std::float_round_style)1> ") from a host device function("half_float::detail::functions::rint") is not allowed

./3rdparty/half_float/half.hpp(1659): warning: calling a host function("half_float::detail::round_half<( ::std::float_round_style)1> ") from a host device function("half_float::detail::functions::rint") is not allowed

./3rdparty/half_float/half.hpp(1659): warning: calling a host function("half_float::detail::round_half<( ::std::float_round_style)1> ") from a host device function("half_float::detail::functions::rint") is not allowed

AR -o .build_release/lib/libcaffe-nv.a LD -o .build_release/lib/libcaffe-nv.so.0.17.0 /usr/bin/ld: cannot find -lopenblas collect2: error: ld returned 1 exit status Makefile:600: recipe for target '.build_release/lib/libcaffe-nv.so.0.17.0' failed make: *** [.build_release/lib/libcaffe-nv.so.0.17.0] Error 1

My system is Ubuntu 16.04 , GTX 1080Ti , CUDA 8.0 , CuDNN V6

mathmanu commented 6 years ago

You have to install blas. I am not sure if its is called cblas or openblas. Try installing both. You may also have to install atlas.

In Ubuntu, I find synaptic very convenient for installing packages. You can search for packages by synaptic and then install them: sudo apt-get install synaptic sudo synaptic

You can also use aptitude instead of synaptic if you prefer commandline instaed of gui.

shiva13425 commented 5 years ago

@HilmiK is the issue solved?

goodelc commented 5 years ago

use default python2.7 !!