OpenCV CARMA Build

asked 2013-03-07 10:15:31 -0600

clattenb gravatar image

Hello,

So I have built OpenCV for the CARMA toolkit using the instructions from :

http://code.opencv.org/projects/opencv/wiki/CARMA_platform_compilation_and_testing

I went and rebuilt and changed up some items that weren't OpenCV related in my development and now 2.4.4 is out. Now that there isn't a CARMA toolchain like before what are the steps for compiling OpenCV for the CARMA devkit?

Thanks

edit retag flag offensive close merge delete

Comments

2

Hello. This page was a bit outdated. I updated it. We removed CARMA toolchain and introduce generic toolchain for ARM architecture.

Vladislav Vinogradov gravatar imageVladislav Vinogradov ( 2013-03-07 11:41:08 -0600 )edit

Thanks Vladislav. I found the scripts in the platform folder and got it to compile nicely but I have another problem. I have a simple application that opens up an opengl window and it works fine on the CARMA board. The moment I add opencv libraries to the project and try to run it I get a std::bad_alloc error at runtime. I didn't add any code or even any OpenCV headers yet. I think one or a couple libraries are allocating too much space for storage for the CARMA devboard? Not my area of expertise so it's just speculation at this point. Any suggestions on a fix? Any help would be appreciated.

clattenb gravatar imageclattenb ( 2013-03-17 16:48:38 -0600 )edit