필터 지우기
필터 지우기

MatLab Compliler SDK and Eclipse C++

조회 수: 1 (최근 30일)
Frederic Fabre
Frederic Fabre 2016년 3월 16일
댓글: Walter Roberson 2016년 3월 21일
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

답변 (1개)

Dave Behera
Dave Behera 2016년 3월 21일
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
Walter Roberson
Walter Roberson 2016년 3월 21일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by