Unable to install minGW-w64 in Matlab2021b
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nagendra Babu Ellapu
le 16 Sep 2024
Commenté : Nagendra Babu Ellapu
le 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 commentaires
Réponse acceptée
Jatin
le 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!
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Support for MinGW-w64 C/C++ Compiler dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!