Reputation: 2036
I am trying to compile with mex in matlab. However, I get the following error
You are using gcc version "4.8.1". The version currently supported with MEX is "4.7.x"
How can I fix this issue?
Upvotes: 1
Views: 633
Reputation: 30579
This is a warning, not an error. You should get functional MEX files if your code is correct.
Upvotes: 1