How can I solve this compiler error: "Test checkout of feature 'Compiler' failed"
이전 댓글 표시
I am trying to build an executable for a GUI I created, but I get the following error: "Test checkout of feature 'Compiler' failed". If I simple write mcc in the command window, the same error appears.
I have Windows 8 and MATLAB Version: 8.3.0.532 (R2014a);
license('checkout', 'Compiler') returns 1;
I am using Microsof Windows SDK 7.1 compiler, the error remains either I choose (C) or (C++).
Do you have any idea why this happens and what can I do?
답변 (1개)
Rajeev Yadav
2015년 1월 15일
0 개 추천
Use !mcc to determine if you have license for the compiler or not.
댓글 수: 1
Elias Linderman
2016년 5월 4일
What must i see if i have the license?
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!