Borrar filtros
Borrar filtros

why i receive this error message Error using mex

2 visualizaciones (últimos 30 días)
KHOULOUD SAMMADI
KHOULOUD SAMMADI el 1 de Abr. de 2018
Comentada: Walter Roberson el 1 de Abr. de 2018
I want to use xmltree, when i type this commande, mex -O xml_findstr.c, i found this error!
Error using mex
No supported compiler or SDK was found. For options, visit
http://www.mathworks.com/support/compilers/R2015a/win64.html.
How can i fix this issue?

Respuestas (1)

Walter Roberson
Walter Roberson el 1 de Abr. de 2018
You can install a supported compiler. In that release, that was SDK 7.1, Visual Studio 2008 Professional, VS 2010 Professional, VS 2012 Professional, VS 2013 Professional, Intel XE 2011, or Intel XE 2013.
Note that none of the Visual Studio Community or Express editions were supported in R2015a: the only free compiler supported for 64 bits back then was SDK 7.1. That can be a bit of a problem if you are using Windows 8.1 or Windows 10.
  2 comentarios
KHOULOUD SAMMADI
KHOULOUD SAMMADI el 1 de Abr. de 2018
I use R2015 and windows 8 what What can I do?
Walter Roberson
Walter Roberson el 1 de Abr. de 2018
For windows 8.0 you might need to uninstall .NET in order to be able to install SDK 7.1, but you can install .NET again later.
For Windows 8.1, I am not certain if you can uninstall the interfering version of .NET.

Iniciar sesión para comentar.

Categorías

Más información sobre Get Started with MATLAB Compiler SDK en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by