OpenCV-aarch64 icon indicating copy to clipboard operation
OpenCV-aarch64 copied to clipboard

compilation error

Open yartaran opened this issue 5 years ago • 0 comments

I run make command and get the following error:

[ 23%] Linking CXX shared library ../../lib/libopencv_core.so /usr/lib/gcc-cross/aarch64-linux-gnu/7/../../../../aarch64-linux-gnu/bin/ld: ../../3rdparty/ippicv/ippicv_lnx/lib/intel64/libippicv.a(ippcpufeatures.o): Relocations in generic ELF (EM: 62) /usr/lib/gcc-cross/aarch64-linux-gnu/7/../../../../aarch64-linux-gnu/bin/ld: ../../3rdparty/ippicv/ippicv_lnx/lib/intel64/libippicv.a(ippcpufeatures.o): Relocations in generic ELF (EM: 62) ../../3rdparty/ippicv/ippicv_lnx/lib/intel64/libippicv.a: error adding symbols: File in wrong format collect2: error: ld returned 1 exit status modules/core/CMakeFiles/opencv_core.dir/build.make:1555: recipe for target 'lib/libopencv_core.so.3.4.0' failed make[2]: *** [lib/libopencv_core.so.3.4.0] Error 1 CMakeFiles/Makefile2:2755: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/all' failed make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2 Makefile:162: recipe for target 'all' failed make: *** [all] Error 2

yartaran avatar Sep 07 '20 23:09 yartaran