Unable to install minGW-w64 in Matlab2021b
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nagendra Babu Ellapu
am 16 Sep. 2024
Kommentiert: Nagendra Babu Ellapu
am 19 Sep. 2024
i am using the floating license from my company, so i am unable to install the minGW-w64 addON. Can you please suggest on this.
0 Kommentare
Akzeptierte Antwort
Jatin
am 16 Sep. 2024
If you're having trouble downloading MinGW-w64 through the MATLAB add-on manager, you can try downloading MinGW directly instead. Just make sure to download the correct version of MinGW for your version of MATLAB. You can refer to this MATLAB Answers post for guidance on the appropriate MinGW-w64 version for your MATLAB release:
Kindly refer the following steps to download minGW directly instead of add-ons:
1. Download MinGW-w64 version 6.3 for R2018b and later:
2.Extract the downloaded zip folder into an empty directory, and then create an environment variable with the MinGW path. For setting the 'MW_MINGW64_LOC' environment variable, refer to Step 2 in the above MATLAB Answers post.
3. Now restart MATLAB and call 'mex -setup' to configure minGW.
Refer to following MATLAB Answer posts for more details:
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!