I've written (on Ubuntu host) a simple OpenCV Application (opening the videostream from Logitech Webcam Pro 9000) in Qt Creator. After fixing problems (CMake didn't find it) with ffmepeg, x264, gstreamer etc. (found on http://www.ozbotz.org/opencv-installation/) the application works.
Now I want to cross-compile OpenCV with CMake for Pandaboard (Ubuntu), to use it in combination with the cross-compiled Qt Application (like on host). After pressing the configure button I get this output. http://depositfiles.com/files/se4r3bhrh
Besides the problem, I don't know exactly how to write the "toolchain file for cross-compiling" and/or to "Specify Options for cross-compiling" in CMake, I'm afraid to fix the problems with ffmpeg etc. (like on the host)? I have a good HOWTO (from ozbotz) for host, but how to handle it for cross-compiling for Pandaboard ?
Does anyone has experience/ideas with these problems ?