Has anyone successfully built OpenCV on the Debian image? I am using the Debian image provided here Installing OpenCV on Debian Linux | Indranil's world and it fails at the "make" step for an illegal instruction for the first opencv C++ file.
which does not require any extra serial cables to boot from the grub menu. It works right out of the box and I have successfully ssh-ed and installed multiple packages on it. I was trying to build OpenCV using the instructions provided here
[ 0%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o
/root/trush_workdir/OpenCV-2.4.3/modules/core/src/lapack.cpp: In function 'void cv::JacobiSVDImpl_(_Tp*, size_t, _Tp*, _Tp*, size_t, int, int, int, double) [with _Tp = float; size_t = unsigned int]':
/root/trush_workdir/OpenCV-2.4.3/modules/core/src/lapack.cpp:530:1: internal compiler error: Illegal instruction
Please submit a full bug report,
I have tried to search for solutions here but I am not sure if I am missing some lib dependencies or just some flags required to get this to work for the Quark Arch. Anyone had better luck?