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
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
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
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.
You can use Windows SDK 7.1: https://www.mathworks.com/matlabcentral/answers/101105-how-do-i-install-microsoft-windows-sdk-7-1
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!