Borrar filtros
Borrar filtros

MatLab Compliler SDK and Eclipse C++

1 visualización (últimos 30 días)
Frederic Fabre
Frederic Fabre el 16 de Mzo. de 2016
Comentada: Walter Roberson el 21 de Mzo. de 2016
Hi
In the page dedicated to MatLab Compliler SDK (<http://fr.mathworks.com/products/matlab-compiler-sdk/features.html#principales-fonctionnalit%C3%A9s)>, it is written that we can use the Integrated Development Environment Eclipse ("Intégrez le composant dans l’application cible en utilisant votre environnement de développement préféré, par exemple Visual Studio®, Eclipse, Xcode, etc"). But Eclipse C++ is not listed here in the table of the Supported and Compatible Compilers http://fr.mathworks.com/support/compilers/R2016a/index.html?sec=win64
So my question is " Under Windows environment, can we use Eclipse C++ (which is free of charge) instead of Visual Studio C++ to generate C++ code with MatLab Compliler SDK" ? Many thanks for your response, Best regards, Fred Fabre

Respuestas (1)

Dave Behera
Dave Behera el 21 de Mzo. de 2016
Hi Frederic,
Eclipse C++ is an IDE which uses a C/C++ compiler (of your choice) to build your C++ application. You will need to use a supported compiler from the list available in:
If you do not want to use the MS Visual C++ compilers, then consider using the Windows SDK 7.1 compiler which is free and supports C/C++ component of the MATLAB Compiler SDK.
  1 comentario
Walter Roberson
Walter Roberson el 21 de Mzo. de 2016
Note: Windows SDK 7.1 will not work under Windows 10. Under Windows 8, you may need to take special steps to install .NET 4.0 that is needed for Windows SDK .7.1 but it will work.
For Windows 10, MinGW is the no-charge compiler that is available.

Iniciar sesión para comentar.

Categorías

Más información sobre Troubleshooting in MATLAB Compiler SDK en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by