Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Opencv static link error

Hi guys I am triying to install the opencv libraries for ARM and I following this tutorial:

 http://docs.opencv.org/doc/tutorials/introduction/crosscompilation/arm_crosscompile_with_cmake.html

and everything is ok until I try to do the "make", when I execute the make is comming an error:

Linking C static library ../lib/libzlib.a
Error running link command: No such file or directory
make[2]: *** [3rdparty/lib/libzlib.a] Error 2
make[1]: *** [3rdparty/zlib/CMakeFiles/zlib.dir/all] Error 2
make: *** [all] Error 2

someone knows where can be the problem?? it is maybe in the opencv which I download?

Thank you so much

click to hide/show revision 2
retagged

updated 2014-09-03 04:20:50 -0600

berak gravatar image

Opencv static link error

Hi guys I am triying to install the opencv libraries for ARM and I following this tutorial:

 http://docs.opencv.org/doc/tutorials/introduction/crosscompilation/arm_crosscompile_with_cmake.html

and everything is ok until I try to do the "make", when I execute the make is comming an error:

Linking C static library ../lib/libzlib.a
Error running link command: No such file or directory
make[2]: *** [3rdparty/lib/libzlib.a] Error 2
make[1]: *** [3rdparty/zlib/CMakeFiles/zlib.dir/all] Error 2
make: *** [all] Error 2

someone knows where can be the problem?? it is maybe in the opencv which I download?

Thank you so much