Hi everyone,
I'm working on the implementation of an image processing system on a Zedboard and would like to use functions from the OpenCV library for the software part of my project. Xilinx SDK 14.7/2013.3 provides an "OpenCV Example Application", which is supposed to run on the ARM processing system of the ZYNQ-7000. I have followed the instructions described here
http://www.xilinx.com/support/documentation/sw_manuals/xilinx14_7/SDK_Doc/tasks/sdk_t_opencv_template.htm; however, I'm getting the following error when I try to execute the binary file:
/mnt/test.elf: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Before executing the file, I have set the OpenCV libraries in the LD_LIBRARY_PATH (which I have previously copied to the SD card) using the following command: "export LD_LIBRARY_PATH=/mnt/opencv_libraries/lib". I don't have much experience with embedded Linux and would appreciate any advice or information that helps me move forward with my project.
Thanks,
David
PS I have created a Linux boot image using the tools available in SDK running on Windows 7