No supported Visual C/C++ compiler found. Even with Visual Studio Premium

8 visualizaciones (últimos 30 días)
Christian
Christian el 13 de En. de 2014
Comentada: Ilian Jaeger el 15 de Mzo. de 2017
Hi everybody,
I use matlab with simulink to generate C++ code from a simple model. System target file is grt.tlc (Create Visual C/C++ Solution file for the "grt" target). When I try to build the model, I get the error:
"No supported Visual C/C++ compiler found. Check your installation of Visual C/C++."
After some research I found 2 issues which can cause this error:
  1. Only the Express version of Visual Studio is installed
  2. Matlab cant find any compiler
I think none of these is matching my problem, because ive installed VS Permium and the output of my CompilerConfiguration is:
>> mex.getCompilerConfigurations
ans =
CompilerConfiguration with properties:
Name: 'Microsoft Visual C++ 2010'
Manufacturer: 'Microsoft'
Language: 'C++'
Version: '10.0'
Location: 'c:\Program Files (x86)\Microsoft Visual Studio 10.0'
Details: [1x1 mex.CompilerConfigurationDetails]
LinkerName: 'Microsoft Visual C++ 2010'
LinkerVersion: '10.0'
My generall setup is:
  • Windows 7 (64bit)
  • Visual Sutdio Premium
  • Matlab 2013a (also tried with 2012a, same error)
I tried some reinstallation of matlab and vs but nothing helps. I also tried installing Windows SDK 7.1 and use this compiler via mex -setup, but again the same error. So how can i get matlab to use the visual studio compiler?
Thanks in advance
  2 comentarios
tianggang huti
tianggang huti el 16 de Sept. de 2015
I get the same problem and have no idea how to solve it,could you tell me how you solve the problem at last?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by