Problem while installing MinGW-w64 Complier
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Manoj kumar Beriya
am 26 Nov. 2020
Kommentiert: Manoj kumar Beriya
am 3 Dez. 2020
Failed to download the third-party software:
- MinGW 6.3.0 from MinGW-w64.org
This is required by:
- MATLAB Support for MinGW-w64 C/C++ Compiler
0 Kommentare
Akzeptierte Antwort
Shubham Khatri
am 2 Dez. 2020
Hello Manoj
This is a known issue. Our developers are aware about it and will try to fix it in future releases.
You can use the following way to install MinGW until this gets fixed:
1. Download MinGW 6.3:
2. Extract the ZIP-file in an empty directory. Ensure that there are no spaces in the path, for example: C:\MinGW-64
3. Create the environment variable MW_MINGW64_LOC like you can find here: http://www.mathworks.com/matlabcentral/answers/223482), which points to the path mentioned in 2, for example.:
MW_MINGW64_LOC=C:\MinGW-64
4. Restart MATLAB and then call 'mex -setup' in MATLAB in order to check and configure MinGW. The output should show something like: "MEX configured to use 'MinGW64 Compiler (C)'...".
Hope it helps
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Support for MinGW-w64 C/C++ Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!