Mexing problem (gcc compiler version 4.9.x needed)

조회 수: 2 (최근 30일)
mitilma
mitilma 2018년 9월 4일
답변: ahmed nebli 2018년 9월 5일
Hi,
I am trying to run an old (2010) MATLAB package with C codes in it, and I am getting below warning while trying to mex the C functions. Although it is just a warning and it is reported that MEX completed successfully, in fact the C codes are not compiled (as expected), and so I get an error when I try calling the C functions. Is there a way to get over this problem without changing the gcc version on the server?
MEX completed successfully.
Building with 'gcc'.
Warning: You are using gcc version '5.3.1-6)'. 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:
http://www.mathworks.com/support/compilers/current_release.
Thanks!

답변 (1개)

ahmed nebli
ahmed nebli 2018년 9월 5일
can u update the gcc, or try to find anothor tool for mexing files

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by