Why do I get errors with compiling even after I have installed the supported compilers Microsoft Visual Studio 2010 Express and Windows SDK 7.1?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 12 de Dic. de 2012
Editada: MathWorks Support Team
el 4 de Dic. de 2023
I have a 64-bit MATLAB 7.13 (R2011b) and would like to use commands like MEX, MCC and MBUILD which require a supported compiler. I have the officially supported compilers for this release, Microsoft Visual Studio 2010 SP1 Express and Windows SDK 7.1. However, I cannot compile as I get various errors during either the
mex -setup
mbuild -setup
processes or when trying to compile the code. The MEX errors are:
ERROR: "... error using mex (line 206), unable to complete successfully..."
and the MBUILD errors are:
ERROR: Could not find the compiler "cl" on the DOS path.
Use mbuild -setup to configure your environment properly.
C:\PROGRA~1\MATLAB\R2011B\BIN\MEX.PL: Error: Unable to locate compiler.
Error using mbuild (line 189)
Unable to complete successfully.
What is going on?
Respuesta aceptada
MathWorks Support Team
el 4 de Dic. de 2023
Editada: MathWorks Support Team
el 4 de Dic. de 2023
There is a known bug with Microsoft Visual Studio 2010 SP1 (both Express and Professional versions) and Windows SDK 7.1. When the SDK is installed after the Visual Studio 2010 is updated to SP1, the installation removes the core compilers from the system. Microsoft has a bug report on the issue and has released a patch.
Bug details from Microsoft:
Patch download page:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Troubleshooting in MATLAB Compiler SDK en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!