Library compiler and MinGW-w64

조회 수: 1 (최근 30일)
Scott Bradley
Scott Bradley 2020년 9월 29일
댓글: Scott Bradley 2020년 10월 1일
Hello,
I'm trying to create my first Excel Add-In, but continue to get an error when compiling with Library Compiler. Many of the tutorial videos make it look so easy, but they don't say anything about getting the software setup properly.
I am using 2019a and installed the MinGW-w64 through the Add-Ons menu/browser. This screenshot confirms that it is installed:
However, I get the following error message from Library compiler:
What am I doing wrong? Is there something else I need to install?
  댓글 수: 6
Walter Roberson
Walter Roberson 2020년 10월 1일
Okay, those look good. That warning is not at all an error: it is just saying that if you have code that was written for 32 bit days that the code needs to be updated.
Now that you have done that, try doing the build again.
Scott Bradley
Scott Bradley 2020년 10월 1일
Thanks, Walter. Unfortunately, the Library Compiler still failed, saying that no supported compiler was found.

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by