필터 지우기
필터 지우기

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 CenterFile Exchange에서 Get 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