Ask Your Question

programmer.me3's profile - activity

2016-02-19 12:26:30 -0600 asked a question i am trying to port/build x86 based cpp library to arm, while it works for x86, i experienced problems related to opencv for arm? how to resolve this? (while linking)

/opencv-3.0.0/build/build_android_arm/lib/armeabi-v7a//libopencv_core.a(system.cpp.o):system.cpp:function cv::error(cv::Exception const&): error: undefined reference to '__android_log_print'

/opencv-3.0.0/build/build_android_arm/lib/armeabi-v7a//libopencv_core.a(persistence.cpp.o):persistence.cpp:function icvGets(CvFileStorage, char, int): error: undefined reference to 'gzgets'

/opencv-3.0.0/build/build_android_arm/lib/armeabi-v7a//libopencv_imgproc.a (imgwarp.cpp.o):imgwarp.cpp:function cvLogPolar: error: undefined reference to 'cvCartToPolar'

/opencv-3.0.0/build/build_android_arm/lib/armeabi-v7a//libopencv_imgproc.a(cap_images.cpp.o):cap_images.cpp:function CvCapture_Images::grabFrame(): error: undefined reference to 'cvLoadImage'

/opencv-3.0.0/build/build_android_arm/lib/armeabi-v7a//libopencv_videoio.a(cap_images.cpp.o):cap_images.cpp:function CvVideoWriter_Images::writeFrame(_IplImage const*): error: (cap_mjpeg_decoder.cpp.o):cap_mjpeg_decoder.cpp:function cv::MotionJpegCapture::retrieveFrame(int, cv::_OutputArray const&): error: undefined reference to 'cv::imdecode(cv::_InputArray const&, int)'