No supported Visual C/C++ compiler found. Even with Visual Studio Premium
5 ビュー (過去 30 日間)
古いコメントを表示
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:
- Only the Express version of Visual Studio is installed
- 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 件のコメント
tianggang huti
2015 年 9 月 16 日
I get the same problem and have no idea how to solve it,could you tell me how you solve the problem at last?
Ilian Jaeger
2017 年 3 月 15 日
Visual Studio 2015 doesn't install C++ by default. This might help: http://stackoverflow.com/questions/31953769/visual-studio-doesnt-have-cl-exe
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!