|
Re: OpenCV for RoboRio - Release
I have a new problem...
I'm trying to do this on a beaglebone black.
I thought it should work out of the box, but...
when I run an executable built in eclipse, I get:
error while loading shared libraries: libstdc++.so.6.0.20: cannot open shared object file: No such file or directory
ldd shows libstdc++.so.6 isn't found, as well as some others.
In fact, these are the missing ones (from ldd)
libffi.so.6 => not found
libstdc++.so.6 => not found
libstdc++.so.6.0.20 => not found
libz.so.1 => not found
This will be a problem in that the beaglebone only has libstdc++.so.6.0.17.
Does that mean I need to recompile opencv for this to remove that dependency?
|