-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
I am getting this error while running the easydd code
Building with 'MinGW64 Compiler (C)'.
Warning: You are using an unsupported version of MinGW Compiler. To install the supported version of MinGW compiler, see:
Install MinGW-w64 Compiler.
For a list of currently supported compilers visit https://www.mathworks.com/support/compilers.
In compileCode (line 38)
In EasyDD (line 61)
C:\MinGW\bin\gcc -c -DMATLAB_DEFAULT_RELEASE=R2017b -DUSE_MEX_CMD -m64 -DMATLAB_MEX_FILE -I"C:\Program Files\MATLAB\R2018a/extern/include" -I"C:\Program Files\MATLAB\R2018a/simulink/include" -I"C:\Program Files\MATLAB\R2018a/extern\lib\win64\mingw64" -fexceptions -fno-omit-frame-pointer -o3 -oy -DNDEBUG -use_fast_math "C:\EasyDD\src\SegSegForcesMex.c" -o C:\Users\91957\AppData\Local\Temp\mex_53958488488175_30464\SegSegForcesMex.obj
Error using mex
C:\EasyDD\src\SegSegForcesMex.c:1:0: sorry, unimplemented: 64-bit mode not compiled in
/**************************************************************************
Error in compileCode (line 38)
mex -v COPTIMFLAGS="-o3 -oy -DNDEBUG -use_fast_math" SegSegForcesMex.c
Error in EasyDD (line 61)
CUDA_flag = compileCode(CUDA_flag)
can you please suggest which version of gcc is supported for running these codes.
Thankyou