Ask Your Question
0

libopencv_core.so.3.0.0: undefined reference to ippiCopy_32s_C4MR

asked 2016-06-15 02:01:27 -0600

puneet336 gravatar image

Hi all, I am trying to compile opencv 3 and currently stuck at a compiler error.

Linking CXX executable ../../../bin/opencv_test_cudev cd /home/user/OPENCV_SRC/opencv-3.0.0/build/modules/cudev/test && /usr/bin/cmake -E cmake_link_script CMakeFiles/opencv_test_cudev.dir/link.txt --verbose=1 /home/soft/gcc-4.9.3/bin/g++ -fPIC
-fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Winit-self -Wpointer-arith -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -Wno-undef -Wno-missing-declarations -Wno-unused-function -Wno-unused-variable -Wno-enum-compare -Wno-shadow -O3 -DNDEBUG -DNDEBUG /home/apps/LIBGPHOTO/2/2.5.6/gnu/lib/libgphoto2.so /home/user/OPENCV_SRC/ippicv_lnx/lib/intel64/libippicv.a /home/apps/LIBGPHOTO/2/2.5.6/gnu/lib/libgphoto2.so /home/apps/LIBTOOL/2.4.6/gnu/k20/lib/libjpeg.a /home/apps/LIBPNG/1.6.19/gnu/lib/libpng.a /home/apps/ZLIB/1.2.8/gnu/lib/libz.a /home/user/OPENCV_SRC/ippicv_lnx/lib/intel64/libippicv.a CMakeFiles/opencv_test_cudev.dir/test_main.cpp.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_reduction.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_pyramids.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_cmp_op.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_integral.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_arithm_func.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_arithm_op.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_transpose.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_lut.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_color_cvt.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_split_merge.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_deriv.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_bitwize_op.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_cvt.cu.o CMakeFiles/opencv_test_cudev.dir/./opencv_test_cudev_generated_test_warp.cu.o -o ../../../bin/opencv_test_cudev -L/home/soft/cuda-7.0/lib64 -rdynamic -lcudart ../../../lib/libopencv_cudev.so.3.0.0 ../../../lib/libopencv_core.so.3.0.0 ../../../lib/libopencv_imgproc.so.3.0.0 ../../../lib/libopencv_imgcodecs.so.3.0.0 ../../../lib/libopencv_videoio.so.3.0.0 ../../../lib/libopencv_highgui.so.3.0.0 ../../../lib/libopencv_ts.a ../../../lib/libopencv_hal.a ../../../lib/libopencv_cudev.so.3.0.0 ../../../lib/libopencv_core.so.3.0.0 ../../../lib/libopencv_imgproc.so.3.0.0 ../../../lib/libopencv_imgcodecs.so.3.0.0 ../../../lib/libopencv_videoio.so.3.0.0 ../../../lib/libopencv_highgui.so.3.0.0 -ldl -lm -lpthread -lrt /home/user/OPENCV_SRC/ippicv_lnx/lib/intel64/libippicv.a /home/user/OPENCV_SRC/ippicv_lnx/lib/intel64/libippicv.a -lcudart -lnppc -lnppi -lnpps -lcufft -lcudart ../../../lib/libopencv_videoio.so.3.0.0 ../../../lib/libopencv_imgcodecs.so.3.0.0 ../../../lib/libopencv_imgproc.so.3.0.0 ../../../lib/libopencv_core.so.3.0.0 ../../../lib/libopencv_cudev.so.3.0.0 ../../../lib/libopencv_hal.a -ldl -lm -lpthread -lrt /home/user/OPENCV_SRC/ippicv_lnx/lib/intel64/libippicv.a /home/user/OPENCV_SRC/ippicv_lnx/lib/intel64/libippicv.a -lcudart -lnppc -lnppi -lnpps -lcufft -lcudart -lnppc -lnppi -lnpps -lcufft /usr/bin/ld: warning: libgphoto2.so.2, needed by ../../../lib/libopencv_videoio.so.3.0.0, may conflict with libgphoto2.so.6 /usr/bin/ld: warning: libgphoto2.so.2, needed by ../../../lib/libopencv_videoio.so.3.0.0, may conflict with libgphoto2.so.6 ../../../lib/libopencv_core.so.3.0.0: undefined reference to ippiTranspose_16s_C4IR' ../../../lib/libopencv_core.so.3.0.0: undefined reference to ippiTranspose_16u_C4IR'

i even tried to manually add ... (more)

edit retag flag offensive close merge delete

Comments

please try opencv3.1.0 instead.

berak gravatar imageberak ( 2016-06-15 02:50:26 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-07-14 09:57:12 -0600

tinted gravatar image

updated 2016-07-14 09:57:40 -0600

tried with opencv 3.1 as well and same error

https://github.com/opencv/opencv/issu...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-06-15 02:01:27 -0600

Seen: 1,062 times

Last updated: Jul 14 '16