We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to install the openCV into a micro SD card. So I issued the command:
In the final stage, I get the following error:
Can you help me to fix this issue?
Thanks
The text was updated successfully, but these errors were encountered: