Text-Detection-with-FRCN icon indicating copy to clipboard operation
Text-Detection-with-FRCN copied to clipboard

Getting the following error while doing make -j16

Open charan223 opened this issue 7 years ago • 1 comments

CXX examples/mnist/convert_mnist_data.cpp CXX examples/siamese/convert_mnist_siamese_data.cpp CXX .build_release/src/caffe/proto/caffe.pb.cc AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 /usr/bin/ld: /usr/local/lib/libcblas.a(cblas_sgemv.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libcblas.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status make: *** [.build_release/lib/libcaffe.so.1.0.0-rc3] Error 1

charan223 avatar Aug 28 '17 11:08 charan223

it seem you have some problems on build caffe-fast-rcnn, it tells that you should add option -fPIC. you can try it. and can u build the offical caffe in on your device? maybe you shall find some help in http://caffe.berkeleyvision.org/installation.html

jugg1024 avatar Oct 30 '17 15:10 jugg1024