buildOpenCVXavier icon indicating copy to clipboard operation
buildOpenCVXavier copied to clipboard

Installing openCV in to micro SD card

Open ncrasta opened this issue 5 years ago • 0 comments

I am trying to install the openCV into a micro SD card. So I issued the command:

./buildOpenCV.sh -i /media/xavier/nx/opencv-lib

In the final stage, I get the following error:

CMake Error at modules/cudev/cmake_install.cmake:52 (file): file INSTALL cannot duplicate symlink "/home/xavier/opencv/build/lib/libopencv_cudev.so.3.4" at "/media/xavier/nx/opencv-lib/lib/libopencv_cudev.so.3.4". Call Stack (most recent call first): modules/cmake_install.cmake:77 (include) cmake_install.cmake:97 (include)

Makefile:61: recipe for target 'install' failed make: *** [install] Error 1 There was an issue with the final installation

Can you help me to fix this issue? Thanks

ncrasta avatar May 15 '20 09:05 ncrasta