ubuntu 16.06 matlab2017a MEX/GCC Setup Problems

在跑C-COT demo
(http://www.cvl.isy.liu.se/research/objrec/visualtracking/conttrack/index.html)的时候出现了问题

1. problem:

Warning: You are using gcc version ‘5.4.0’. The version of gcc is not supported. The version currently supported
with MEX is ‘4.9.x’. For a list of currently supported compilers see:

2. sulution:

ubuntu 16.06 matlab2017a MEX/GCC Setup Problems_第1张图片

  • 设置完之后再用
    C-COT/Continuous-ConvOp/external_libs/matconvnet/vi_compilenn.c
    编译一下

link:https://github.com/vlfeat/matconvnet/issues/770

你可能感兴趣的:(linux)