.Warning: You are using gcc version '5.4.0'. The version of gcc is not supported. The version currently supported is '4.9.x'.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
.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?
0 Commenti
Risposte (1)
lokender Rawat
il 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
0 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!