C compiler for MATLAB in 64-bit windows
이전 댓글 표시
I have installed 64-bit MATLAB on my PC (Windows 7, 64-bit) and am trying to install a C compiler. I downloaded Windows SDK 7.1 and it reported as follows when I was trying to install:
Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.
I tried all the solutions mentioned in the MSDN blog but none worked. Can anyone help? Or I think I have to turn to another compiler.
As lcc win32 has already been included in the 32-bit MATLAB, I wonder does the lcc win64 found on the website http://www.cs.virginia.edu/~lcc-win32/ also works fine with the 64-bit MATLAB?
Thanks guys.
채택된 답변
추가 답변 (2개)
Friedrich
2012년 2월 8일
0 개 추천
Hi,
LCC64bit wont work (at least its not supported). Which compilers are supported can be found here:
Or for older Realeases:
So first of all: Does the ML version you are using support SDK 7.1? If yes, see this nice install guide from MathWorks:
Andreas Goser
2012년 2월 8일
0 개 추천
The 64 Bit LCC is not supported for MATLAB on Win 64.
For your other issue, please provide the MATLAB Release information.
댓글 수: 1
Jan
2012년 2월 8일
The LCC compiler shipped with 32-bit versions is very old also. A modern version can be downloaded from the net, but the mexopts.bat file need some fine-tuning. E.g. RSP-files do not work.
Actually modern LCC versions are "not supported", but the old LCC2.4 has so many bugs (e.g. wrong results for 64 bit integers), that I do trust the unsupported version more than the supported one.
Nevertheless, the MSVC compilers are much more efficient and supported.
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!