How can i install c compiler on 64 bit computer to run stateflow
조회 수: 1 (최근 30일)
이전 댓글 표시
I have Matlab R2010a. When I run a stateflow chart it gives me an error of missing c compiler. Suggestions on the internet says to run mex -setup in the command line.I did that. But I am getting the following error. Can any one please suggest a step-by-step procedure to run stateflow on my R2010a matlab.
>> mex -setup Please choose your compiler for building external interface (MEX) files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[0] None
Compiler: 0
mex: No compiler selected. No action taken.
************************************************************************ Warning: The MATLAB C and Fortran API has changed to support MATLAB variables with more than 2^32-1 elements. In the near future you will be required to update your code to utilize the new API. You can find more information about this at: http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9 Building with the -largeArrayDims option enables the new API. ************************************************************************
>>
댓글 수: 0
채택된 답변
Friedrich
2014년 3월 21일
You need to install a compiler which R2010a supports. A list of supported compiler can be found here. After you have done that run mex -setup again to select it and you are good to go.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Troubleshooting in MATLAB Compiler SDK에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!