how to solve this problem"The library method 'vision.in​ternal.bui​ldable.For​egroundDet​ectorBuild​able.updat​eBuildInfo​' failed."'

4 visualizaciones (últimos 30 días)
I am new one with matlab.i want to convert my matlab code into c by matlab coder . but I am getting error of " The library method 'vision.internal.buildable.ForegroundDetectorBuildable.updateBuildInfo' failed.
Caused by: The Computer Vision System Toolbox does not support compiler. Run mex -setup to select a supported compiler how to solve this problem, plz help me. I am eagerly waiting for answer. thanking you.........

Respuesta aceptada

M.Khan
M.Khan el 6 de Abr. de 2015
Editada: M.Khan el 6 de Abr. de 2015
The error message should tell you which compiler you are using in the codegen. You can also find the compiler being used by executing the command "mex -setup". Try selecting a different compiler. To see how to select a compiler, see the output of "mex -setup" command. If you are on Windows, you may select Microsft Visual C++ (if it is installed)
  1 comentario
yogesh nandurkar
yogesh nandurkar el 7 de Abr. de 2015
yes the problem was compiler...and it is done using lcc... but there is other compiler option like " sdk,visual studio" which one is good for windows 32.. thanks.....

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by