/Applications/MATLAB_R2012a.app/bin/mex: line 305: llvm-gcc-4.2: command not found/Applications/MATLAB_R2012a.app/bin/mex: line 1326: llvm-gcc-4.2: command not foundmex: compile of ' "hello.c"' Failed.Error using mex (line 206)
有没有已知的解决方案?
解决方法 您不需要安装XCode.我安装了命令行工具,然后编辑文件“/Applications/MATLAB_R2012a.app/bin/mexopts.sh”和Solution: Open Xcode –> Preferences –> Downloads –> Install
“Command line Tools”The MathWorks patch is still needed. Resolved issue for me.
将CC从gcc-4.2更改为llvm-gcc-4.2
将CXX从gcc-4.2更改为llvm-g -4.2
将SDKROOT设置为’/’
完成.现在,您只需要在MATLAB中运行“mex -setup”
为我工作(Mac OSX 10.8.2,命令行工具 – 2012年10月,MATLAB 2012a)
总结以上是内存溢出为你收集整理的Matlab 2012a Mex与Mountain Lion上的Xcode 4.5一起使用全部内容,希望文章能够帮你解决Matlab 2012a Mex与Mountain Lion上的Xcode 4.5一起使用所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)