Ask Your Question

scorpiodawg's profile - activity

2014-06-26 14:00:59 -0600 answered a question Cross compile OpenCV but failed to find 3rd party library

I was hitting an issue related to finding libz.so. It turns out that this was a host library and not a target library that was required by ld. The host library was not found because I was on 64-bit Ubuntu and the toolchain was a 32-bit cross compiler toolchain.

This answer gave me the solution: http://stackoverflow.com/questions/3373995/usr-bin-ld-cannot-find-lz/5757638#5757638.

2014-06-25 19:20:43 -0600 commented answer Cross compile OpenCV but failed to find 3rd party library

Hello, did you manage to solve this problem? I'm getting the same libz error in CMake and I have a very similar setup and toolchain file. I'm not able to get it to find the right libz.

2014-06-25 19:19:47 -0600 received badge  Supporter (source)