Clear Filters
Clear Filters

.Warning: You are using gcc version '5.4.0'. The version of gcc is not supported. The version currently supported is '4.9.x'.

4 views (last 30 days)
.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'. Linux, Matlab 2017b. How to solve the problem?? What to install?

Answers (1)

lokender Rawat
lokender Rawat on 13 Feb 2018
Since you have a higher version of gcc which is currently not supported in MATLAB R2017b, you will have to install GCC C/C++ 4.9 or higher versions till GCC 5.3 for it to be able to run the MEX. You can check the list of supported compatible compilers https://in.mathworks.com/support/compilers.html

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!