Excel Add-In Error: No Supported Compiler

2 views (last 30 days)
David Raunig
David Raunig on 15 Mar 2018
Commented: Walter Roberson on 28 Mar 2018
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart_idl.idl".
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\Class1_com.hpp".
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\Class1_com.cpp".
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart_dll.cpp".
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart.def".
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart.rc".
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart.bas".
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart.xla".
Generating file "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\readme.txt".
No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2015a/win32.html.
Executing command: ""C:\Program Files\Matlab\R2015A\bin\mbuild" -client mbuild_com OUTDIR"=""C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing""" -O -v -output "adjudselpchart_1_0" -I"C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing" COMIDL"=""C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart_idl.idl""" "mclxlmain.lib" "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\Class1_com.cpp" "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart_dll.cpp" DEFFILE"=""C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart.def""" RCFILE"=""C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart.rc""" RESFILE"=""C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing\adjudselpchart.res""" LINKFLAGS"=""$LINKFLAGS delayimp.lib /delayload:mclmcrrt8_5.dll""" -outdir "C:\Users\raunigd\Documents\MATLAB\adjudselpchart\for_testing""Verbose mode is on.
No MEX options file identified; looking for an implicit selection.
... Looking for compiler 'Intel C++ Composer XE 2011 with Microsoft SDK 7.1' ...
... Looking for environment variable 'ICPP_COMPILER12' ...No.
Did not find installed compiler 'Intel C++ Composer XE 2011 with Microsoft SDK 7.1'.
... Looking for compiler 'Intel C++ Composer XE 2011 with Microsoft Visual Studio 2008' ...
... Looking for environment variable 'ICPP_COMPILER12' ...No.
Did not find installed compiler 'Intel C++ Composer XE 2011 with Microsoft Visual Studio 2008'.
... Looking for compiler 'Intel C++ Composer XE 2011 with Microsoft Visual Studio 2010 ' ...
... Looking for environment variable 'ICPP_COMPILER12' ...No.
Did not find installed compiler 'Intel C++ Composer XE 2011 with Microsoft Visual Studio 2010 '.
... Looking for compiler 'Intel C++ Composer XE 2013 with Microsoft SDK 7.1' ...
... Looking for environment variable 'ICPP_COMPILER14' ...No.
... Looking for environment variable 'ICPP_COMPILER13' ...No.
Did not find installed compiler 'Intel C++ Composer XE 2013 with Microsoft SDK 7.1'.
... Looking for compiler 'Intel C++ Composer XE 2013 with Microsoft Visual Studio 2010' ...
... Looking for environment variable 'ICPP_COMPILER14' ...No.
... Looking for environment variable 'ICPP_COMPILER13' ...No.
Did not find installed compiler 'Intel C++ Composer XE 2013 with Microsoft Visual Studio 2010'.
... Looking for compiler 'Intel C++ Composer XE 2013 with Microsoft Visual Studio 2012' ...
... Looking for environment variable 'ICPP_COMPILER14' ...No.
... Looking for environment variable 'ICPP_COMPILER13' ...No.
Did not find installed compiler 'Intel C++ Composer XE 2013 with Microsoft Visual Studio 2012'.
... Looking for compiler 'Microsoft Visual C++ 2008 Professional' ...
... Looking for environment variable 'VS90COMNTOOLS' ...No.
Did not find installed compiler 'Microsoft Visual C++ 2008 Professional'.
... Looking for compiler 'Microsoft Visual C++ 2010 Professional' ...
... Looking for environment variable 'VS100COMNTOOLS' ...No.
Did not find installed compiler 'Microsoft Visual C++ 2010 Professional'.
... Looking for compiler 'Microsoft Visual C++ 2012' ...
... Looking for registry setting 'HKLM\SOFTWARE\Microsoft\VisualStudio\SxS\VS7' 11.0 ...No.
... Looking for registry setting 'HKCU\SOFTWARE\Microsoft\VisualStudio\SxS\VS7' 11.0 ...No.
... Looking for registry setting 'HKLM\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7' 11.0 ...No.
... Looking for registry setting 'HKCU\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7' 11.0 ...No.
Did not find installed compiler 'Microsoft Visual C++ 2012'.
... Looking for compiler 'Microsoft Visual C++ 2013 Professional' ...
... Looking for registry setting 'HKLM\SOFTWARE\Microsoft\VisualStudio\SxS\VS7' 12.0 ...No.
... Looking for registry setting 'HKCU\SOFTWARE\Microsoft\VisualStudio\SxS\VS7' 12.0 ...No.
... Looking for registry setting 'HKLM\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7' 12.0 ...No.
... Looking for registry setting 'HKCU\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7' 12.0 ...No.
Did not find installed compiler 'Microsoft Visual C++ 2013 Professional'.
... Looking for compiler 'Microsoft Windows SDK 7.1 (C++)' ...
... Looking for registry setting 'HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.1' InstallationFolder ...No.
Did not find installed compiler 'Microsoft Windows SDK 7.1 (C++)'.
Error: An error occurred while shelling out to mbuild (error code = -1).
Unable to build executable.
  2 Comments
Walter Roberson
Walter Roberson on 28 Mar 2018
In particular note that in R2015a, none of the Visual Studio "Express" or "Community" editions were supported, only the VS Professional editions, and SDK 7.1, and various (commercial) Intel compilers.

Sign in to comment.

Answers (0)

Categories

Find more on COM Component Integration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!