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