Test checkout of feature 'Compiler' failed

2 views (last 30 days)
tob mil
tob mil on 23 Apr 2015
Answered: Walter Roberson on 29 Jan 2016
Hello!
I am using a student-version of Matlab R2014a (64bit) on a 64bit-Windows 7. I’m trying to convert a file from Matlab into .net (.dll), but it gives me the error
>>> …Test checkout of feature ‘Compiler’ failed. Mcc failed. <<<
At minute 2:53 comes the error when it is creating Binaries.
Just typing mcc in command windows gives me the same: Test checkout of feature ‘Compiler’ failed. Typing ver says I have Matlab Compiler Version 5.1. I checked the license and it says everywhere 1.
typing mbuild –setup gives Microsoft Windwos SDK 7.1 © and to choose a different language there is mex –setup C++ and mex –setup FORTRAN
Googling the whole day but I can’t find any solution. Any ideas?
  2 Comments
ANDRES DE LA CRUZ
ANDRES DE LA CRUZ on 28 Jan 2016
HI!
I HAVE THE SAME PROBLEM WHEN I TRY TO CONVERT A FILE .M INTO .EX, DID YOU FIND THE SOLUTION?
Harsheel
Harsheel on 28 Jan 2016
do you have license for the MATLAB Compiler product?
>> license('test','compiler')
>> license('checkout','compiler')
Seems like you may get a 0 and a License Manager Error for the above 2 commands, respectively. If so, please contact your Admin to check if s/he has any licenses available.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 29 Jan 2016
MATLAB Compiler is not available for Student Version licenses.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!