Why I can't use 'MinGW-w64 Compiler'
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I install matlab2015b on win10;
when I run 'mex -setup' on matlab command window as below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/152264/image.png)
So I download 'MinGW-w64' to install it completely as below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/152266/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/152268/image.png)
But then I run 'mex -setup', the result just as before, why? How shall I do?
4 comentarios
Walter Roberson
el 21 de Dic. de 2015
Notice
... Looking for environment variable 'MW_MINGW64_LOC' ...No.
Did not find installed compiler 'MinGW64 Compiler (C)'.
You can use setenv() within MATLAB or you can set an Windows environment variable; see http://www.computerhope.com/issues/ch000549.htm
Respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Support for MinGW-w64 C/C++ Compiler 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!