about using 'visual studio 2015 community' for compiler when we use 'mex' of command

1 次查看(过去 30 天)
when I use the command 'mex -setup', the error happen the error is 「MEXはC言語のコンパイルに'Microsoft Visual C++ 2015 Professional (C)'を使用するように設定されています。」 Now my computer is installed「Visual studio 2015 community」 I want to use this for compiler. Can I use this for compiler? Could you tell me how I use 'Visual studio 2015 community' for compiler? If I cannot use community for compiler, can you tell me the other free Visual studio that I can use for compiler?
  3 个评论
Louis
Louis 2016-8-26
Does any version support it?
Let's say it's version R2016a.
The documentation says only VS Professional is supported, but can we in fact use Community?
Walter Roberson
Walter Roberson 2016-8-27
Only the Professional version will be detected. Somewhere around R2012a was the last version that supported the Express editions.
I do not know whether it is possible to edit the configuration files to support the Community editions.
I think I read somewhere that the Community editions do not support multiprocessing (parallelism).

请先登录,再进行评论。

回答(1 个)

Jim Hokanson
Jim Hokanson 2016-11-26
This page links to supported compilers for previous releases (far right column): https://www.mathworks.com/support/sysreq/previous_releases.html
The community editions are not listed. TMW tends to be pretty specific and if the community editions were supported, they would probably be listed. It may be possible to change various settings files to get community edition support.
I personally like using TDM-GCC for compiling C code (should support C++ as well): http://www.mathworks.com/matlabcentral/fileexchange/52848-matlab-support-for-the-mingw-w64-c-c++-compiler-from-tdm-gcc

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by