简体   繁体   中英

I have Matlab R2015b installed on Mac OS X 10.11.6 and installed Xcode 7.0.1 But libsvm-3.21 would not compile

I have Matlab R2015b installed, and upgraded to Mac OS X 10.11.6 and installed Xcode version 7.0.1 But libsvm-3.21 would not compile. The following error occurs:- /Applications/MATLAB_R2015b.app/bin/mex CC="c++" CXX="c++" CFLAGS="-Wall -Wconversion -O3 -fPIC -I/Applications/MATLAB_R2015b.app/extern/include -I.." CXXFLAGS="-Wall -Wconversion -O3 -fPIC -I/Applications/MATLAB_R2015b.app/extern/include -I.." -largeArrayDims svmpredict.c ../svm.o svm_model_matlab.o No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2015b/maci64.html . make: * [svmpredict.mexmaci64] Error 255

Have you followed the supplied link? Under the Mac OS section there appears to be further setup required.

See this link for more details

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM