How can I see which version of MinGW I am using with MATLAB/Simulink?

143 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 13 Jun 2019
Edited: MathWorks Support Team on 13 Jun 2019
Try the following:
>>myCCompiler = mex.getCompilerConfigurations('C','Selected')
The output should look like this:
myCCompiler =
CompilerConfiguration with properties:
Name: 'MinGW64 Compiler (C)'
Manufacturer: 'GNU'
Language: 'C'
Version: '6.3.0'
Location: 'C:\ProgramData\MATLAB\SupportPackages\R2018b\3P.instrset\mingw_w64.instrset'
ShortName: 'mingw64'
Priority: 'E'
Details: [1×1 mex.CompilerConfigurationDetails]
LinkerName: 'C:\ProgramData\MATLAB\SupportPackages\R2018b\3P.instrset\mingw_w64.instrset\bin\gcc'
LinkerVersion: ''
MexOpt: 'C:\Users\rspence\AppData\Roaming\MathWorks\MATLAB\R2018b\mex_C_win64.xml'
See the following documentation page for further information:

More Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!