When make source in ./11_camera_object_identiification/opencv_consumer_lib, Happen build error /usr/bin/ld: cannot find -lcaffe

Hi,

When make source in ./11_camera_object_identiification/opencv_consumer_lib, Happen build error /usr/bin/ld: cannot find -lcaffe
And i’d like to test camera_object_identiification appl on tx2, and i used r28.1 version.
Before build, i installed cudnn, caffe, opencv follow Readme or googling.
And i made bash script, and before build, i sourcing bash script

Plz let me know the reason build fail.

Thank,
Doohan93

1 #!/bin/bash
2
3 export TEGRA_ARMABI=aarch64-linux-gnu
4
5 export DISPLAY=:0
6
7 cd /usr/lib/${TEGRA_ARMABI}
8 sudo ln -sf tegra-egl/libEGL.so.1 libEGL.so
9 sudo ln -sf tegra-egl/libGLESv2.so.2 libGLESv2.so
10 sudo ln -sf libv4l2.so.0 libv4l2.so
11
12 export PATH=/usr/local/cuda-8.0/bin${PATH:+:${PATH}}
13 export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH
14
15 export LD_LIBRARY_PATH=“$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64”
16
17 export LD_LIBRARY_PATH=/home/nvidia/Work/caffe/caffe-master/build/lib:/usr/local/cuda/lib64
18 export CUDA_HOME=/usr/local/cuda
19
20 cd ~/dooman/tegra_multimedia_api

Hi doohan93,
We encourage users to use TensorRT. Please try the two samples:

tegra_multimedia_api\samples\backend
tegra_multimedia_api\samples\frontend