Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

MEX error: SDK 8 is not working

1 view (last 30 days)
Michael
Michael on 30 Nov 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi all,
I have about 7 - 8 files that I'm trying to execute in Matlab by using the MEX makefile command. But I can't seem to overcome this SDK 8 error that is popping up. I'm using MatlabR2013a, and already installed both the 7.1 SDK and the 8 SDK. Matlab still isn't recognizing that the 8 SDK compiler exists though. Why is this? And does anyone have any solution as to how to fix this? My execution commands are written below if you want to know what the exact error message I'm getting is.
Been waiting for a response for a few days now. Guess contributors were taking off for Thanksgiving holidays.
Any help would be greatly appreciated though.
Thanks!
mex -setup
Welcome to mex -setup. This utility will help you
set up a default compiler. For a list of supported
compilers, see http://www.mathworks.com/support/compilers/R2013a/win64.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
No supported SDK or compiler was found on this computer.
For a list of supported compilers, see
http://www.mathworks.com/support/compilers/R2013a/win64.html
Error using mex (line 206):
Unable to complete successfully

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!