Clear Filters
Clear Filters

why i receive this error message Error using mex

2 views (last 30 days)
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?

Answers (1)

Walter Roberson
Walter Roberson on 1 Apr 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 Comments
Walter Roberson
Walter Roberson on 1 Apr 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.

Sign in to comment.

Categories

Find more on Get Started with MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!