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 Comment

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.

Sign in to comment.

Asked:

on 18 Feb 2017

Commented:

on 16 Jun 2018

Community Treasure Hunt

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

Start Hunting!