【发布时间】:2013-11-29 22:26:52
【问题描述】:
致各位
我正在尝试通过 Matlab 使用“mex”命令运行生成文件。然而, 当我尝试使用 'compile_mex;' 运行我的测试 .m 脚本时,我收到以下错误:
>> compile_mex
xcodebuild: error: SDK "macosx10.7" cannot be located.
xcrun: error: unable to find utility "clang++", not a developer tool or in PATH
mex: compile of ' "mex/perform_nlmeans_mex.cpp"' failed.
我已经阅读了一些可能需要编写 shell 脚本的来源 通过我需要导入的库物理添加 clang++ 实用程序 直接用matlab。有谁知道如何解决/执行这个?示例或示例外壳 脚本以及如何在内部或协调中使用该脚本的说明 如果有人能给我这个,Matlab 会很棒。谢谢!
【问题讨论】:
-
我仍在等待获得有关此问题的帮助。有人有这方面的经验吗?
标签: matlab shell ssh compilation mex