After I added the ZIP files to the target folder I tried to use the addon installer again, and I got past what I got stuck on previously. However, the addon installer is now stuck on 'Registering Support for MinGW-w64 compiler 4.9.2'
Please help me and thanks

 Akzeptierte Antwort

Hamza Mahdi
Hamza Mahdi am 22 Jun. 2017

0 Stimmen

I installed the 2017 version and was able to add MinGW

4 Kommentare

vikram singh
vikram singh am 18 Sep. 2020
Step 1:
Visit the following link and install the latest version of the TDM-GCC Compiler (in my case the latest version available, as of 16/07/2020, was: TDM-GCC 9.2.0 release):
The default installation location will be: C:\TDM-GCC-64
Step 2:
In MATLAB command prompt, type and run:
setenv('MW_MINGW64_LOC','C:\TDM-GCC-64')
Step 3:
In MATLAB command prompt, type and run:
mex -setup
And you are done with the stated compiler.
sujit Sharan
sujit Sharan am 17 Nov. 2023
This works!
Abdul
Abdul am 3 Dez. 2024
Alhumdullila. This works!
Burak
Burak am 22 Jul. 2025
Used this method for 2015b. It works!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (3)

Jatin Waghela
Jatin Waghela am 22 Jun. 2017

1 Stimme

MATLAB only supports TDM-gcc MinGW 4.9.2 for use in MATLAB for compiling MEX-files. Other versions of MinGW or MinGW 4.9.2 downloaded from other sources would not work.
If you are using MATLAB R2015b or R2016a, then download the MinGW installer from the link below: http://www.mathworks.com/matlabcentral/fileexchange/52848-matlab-support-for-the-mingw-w64-c-c++-compiler-from-tdm-gcc
This installer requires MathWorks account and involves registration and configuration after the installation, which will help MATLAB recognize MinGW.
If you are using MATLAB R2016b, then search for 'MATLAB Support for the MinGW-w64 C/C++ Compiler from TDM-GCC' from the MATLAB Add-ons menu. More information on accessing the Add-ons menu can be found in the following link: https://www.mathworks.com/help/matlab/matlab_env/get-add-ons.html
You can then install the support package from the Add-on explorer.

2 Kommentare

Hamza Mahdi
Hamza Mahdi am 22 Jun. 2017
I did that but that did not work. I ended up installing matlab2017a and then installed MinGW using the addon menu.
Zihao Liu
Zihao Liu am 16 Jul. 2018
Hi I'm using R2015b, looks like the first link (intended for R2015b and R2016a) does not work any more.. The page says the file only works version after R2017?
And there seems huge difficulty to get a mingw-w64 4.9.2.
The mingw-w32 4.9.2 is available but not being used by R2015b..
Any suggestions?

Melden Sie sich an, um zu kommentieren.

Fabrice
Fabrice am 25 Jun. 2018

0 Stimmen

I have trouble with Matlab 2014a to compile, on a Windows 10 laptop (cannot configure mex to generate files, cannot find an appropriate compiler even if I have on my PC Visual Studio 2017, MinGW, ...). How should I process to use mex, i.e. get C files compiled and continue with Matlab Mex files as I did before ? Thanks
Vinesh
Vinesh am 15 Jan. 2020

0 Stimmen

Hello
Actually i have Matlab2017a, and i try to install my carte dspace 1104.
I have the same problems for instal the supports TDM-gcc MinGW 4.9.2 for use in MATLAB for compiling MEX-files. Other versions of MinGW or MinGW 4.9.2 downloaded from other sources would not work.
any suggestions ....

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by