Well, I'm trying to build Caffe. I did make all and then this error
collect2: error: ld returned 1 exit status
Makefile:625: recipe for target '.build_release/tools/upgrade_solver_proto_text.bin' failed
I start with this Guide
Error occured after this:
.build_release/lib/libcaffe.so: undefined reference to `ippicviNormRel_L2_16u_C1R'
.build_release/lib/libcaffe.so: undefined reference to `ippicviResizeCubic_16u_C4R'
.build_release/lib/libcaffe.so: undefined reference to `ippicviNorm_L2_16u_C3R'
OS: Ubuntu 16.04
I don't have ideas about that. Any help?