program crashes when cv::Mat is declared
Hi,
I am currently trying to build OpenCv2.4.13.3 for an Windows Embedded Compact 2013 device with ARM architecture.
Therefore i have cmaked the OpenCv soruce with "Visual Studio 12 2013 ARM" generator, and as a first step i have just built the core.
Now i have the following problem: When launching the application using OpenCv and a cv::Mat declaration (cv::Mat m;), the application instantly freezes/crashes, even before the point of declaration is reached.
I have successfully tested a cv::Scalar instantiation though.
Any suggestions? Greets