perf undefined symbol:__ gcc_personality_v0 matlab

时间:2017-03-15 00:30:48

标签: matlab ubuntu-16.04 matlab-deployment perf matlab-compiler

当我运行以下命令时,收到错误:

/usr/lib/linux-tools/4.4.0-66-generic/perf stat -e cycles ./shFile
/usr/lib/linux-tools/4.4.0-66-generic/perf: symbol lookup error: /usr/local/MATLAB/R2016a/bin/glnxa64/libunwind.so.8: undefined symbol: __gcc_personality_v0

我想使用perf实用程序来测试FLOPS的MATLAB代码。由于perf仅接受execute file,因此我使用mcc -m shFile.m转换.sh file,然后使用perf命令perf stat -e cycles ./shFile,它显示上述错误。我该如何解决这个错误?

以下是更多信息:

System: Ubuntu 16.4
Matlab: R2016a
perf: 4.4.0-66-generic/perf

0 个答案:

没有答案