Matcont and compiling problem
이전 댓글 표시
Hi,
I am trying to use matcont package on Matlab but it gives me always the following error ;
Error using mex
C:\Users\CanAskan\Desktop\matcont3p4\LimitCycle\BVP_LC_jac.c:1:0: sorry, unimplemented: 64-bit
mode not compiled in
/*
^
Error in matcont (line 59)
mex -largeArrayDims -O BVP_LC_jac.c;
My system is 64 bits and I installed MinGW64 Compiler. What could be the problem ?
Thanks in advance,
댓글 수: 1
varjak
2018년 6월 16일
Hi, I had the same error and the problem was I had a 32-bit version installed instead of the 64-bit. If you are using a standalone MinGW, and if during its installation you are presented with the option of choosing a i686 or a x86_64 architecture, I suggest you choose the x86_64. It solved the issue for me.
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support for MinGW-w64 C/C++ Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!