I’m trying to install nvcaffe with the below link, but errors occurred when I execute make all -j4
https://www.nvidia.cn/object/caffe-installation-cn.html
Here is the errors prompts:
CXX examples/siamese/convert_mnist_siamese_data.cpp
CXX .build_release/src/caffe/proto/caffe.pb.cc
LD -o .build_release/lib/libcaffe-nv.so.0.17.0
AR -o .build_release/lib/libcaffe-nv.a
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libturbojpeg.a(libturbojpeg_la-turbojpeg.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol `__stack_chk_guard@@GLIBC_2.17' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/5/../../../aarch64-linux-gnu/libturbojpeg.a(libturbojpeg_la-turbojpeg.o)(.text+0x64): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `__stack_chk_guard@@GLIBC_2.17'
/usr/bin/ld: final link failed: Bad value
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
Is there a guideline to install caffe or NVcaffe on px2? thank you.