compile error with mex files
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I am using Matlab R2013a with SDK 7.1. When compiling mex files, I got the following error:
if true
Error: compilation of \spmtimesd.cpp failed : Usage:
MEX [option1 ... optionN] sourcefile1 [... sourcefileN]
[objectfile1 ... objectfileN] [libraryfile1 ... libraryfileN]
Use the -help option for more information, or consult the MATLAB API Guide.
C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: Unrecognized switch: -argcheck.
end
1 件のコメント
Anthony Poulin
2015 年 7 月 9 日
編集済み: Anthony Poulin
2015 年 7 月 9 日
Hello,
Can you provide your compilation command line? (mex spmtimesd.cpp ...)
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!