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

141 vues (au cours des 30 derniers jours)
How can I see which version of MinGW I am using with MATLAB/Simulink?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 13 Juin 2019
Modifié(e) : MathWorks Support Team le 13 Juin 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:

Plus de réponses (0)

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by