how to install a compiler for windows 8.1

3 ビュー (過去 30 日間)
vijay sai
vijay sai 2014 年 1 月 22 日
回答済み: Richard Crozier 2015 年 6 月 22 日
To build a model from simulink, a compiler is needed to be installed. How do I do it on windows 8.1

回答 (3 件)

Walter Roberson
Walter Roberson 2014 年 1 月 22 日
Once you have installed a suitable compiler, at the MATLAB command line, command
mex -setup
and chose the compiler you installed.
  1 件のコメント
Richard Crozier
Richard Crozier 2015 年 6 月 22 日
The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately.
So there are now no officially supported compilers on Windows 8.1. The real solution is to use Linux of course, or The Mathworks to support gcc on windows, or llvm perhaps.

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


Mostafa
Mostafa 2014 年 7 月 20 日
編集済み: Mostafa 2014 年 7 月 20 日
Hello Dear,
I have the same problem with windows 8.1. I'm running MATLAB r2014a on my Windows 8.1. 64bit, Also I installed the MS windows SDK 8.1 for my windows. However, I can't see MS SDK 8.1 in supported compilers for MATLAB in mathworks website, and it seems we should reinstall MS windows 7 64bit and SDK 7.1 instead! I feel annoying do so, and I will wait till a solution can be found for this flaw in MATLAB. I'm waiting for that enthusiastically!
Good Luck.

Richard Crozier
Richard Crozier 2015 年 6 月 22 日
You can't, there are no supported compilers for Windows 8.1
The Windows SDK no longer ships with a complete command-line build environment. You must install a compiler and build environment separately.
So there are now no officially supported free compilers on Windows 8.1. Unless you are willing to pay for Visual Studio. The real solution is to use Linux of course, or for The Mathworks to support gcc on windows, or llvm perhaps.

カテゴリ

Help Center および File ExchangeTroubleshooting in MATLAB Compiler SDK についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by