フィルターのクリア

why i receive this error message Error using mex

2 ビュー (過去 30 日間)
KHOULOUD SAMMADI
KHOULOUD SAMMADI 2018 年 4 月 1 日
コメント済み: Walter Roberson 2018 年 4 月 1 日
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?

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 4 月 1 日
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 件のコメント
KHOULOUD SAMMADI
KHOULOUD SAMMADI 2018 年 4 月 1 日
I use R2015 and windows 8 what What can I do?
Walter Roberson
Walter Roberson 2018 年 4 月 1 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGet Started with MATLAB Compiler SDK についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by