Build in Visual studio and run on ARM processor ?

asked 2014-05-07 00:45:23 -0600

updated 2014-05-07 02:06:11 -0600

berak gravatar image

Guys,

Is it possible to build opencv application on Visual Studio for ARM processor and then deploy the application on Linux system ?

Any clues ? Thanks

edit retag flag offensive close merge delete

Comments

You can indeed cross compile your system, but why would you compile it in one system and then deploy it on another. It is always the safest to build an application on the actual system it is going to be deployed. Tons of links discussig cross compiling in visual studio can be found here. I am guessing you are using a raspberry pi looking at the most popular hits?

StevenPuttemans gravatar imageStevenPuttemans ( 2014-05-07 04:29:05 -0600 )edit