Error compiling matlab interface for ACADOtoolkit-1.0.2613beta
Ältere Kommentare anzeigen
Hi everybody, I tried to compile matlab interface for ACADOtoolkit-1.0.2613beta; I get the following error compiling in Matlab 2011a on Windows 8 machine:
Making ACADO...
.................... ....................
C:\PROGRA~1\MATLAB\R2011A\BIN\MEX.PL: Error: Compile of 'integrator\ACADOintegrators.cpp' failed.
??? Error using ==> mex at 208 Unable to complete successfully.
Error in ==> makehelper>execute_command at 260 eval (s) ;
Error in ==> makehelper at 198 counter = execute_command (cmd, counter, DEBUG, SRCMEX{i}) ;
Error in ==> make at 80 makehelper(0, {}, varargin);
Can somebody help me, please? Thanks.
5 Kommentare
Walter Roberson
am 30 Mär. 2013
We need a bit more information than the above.
Which of the compilers are you using? If you are trying to use lcc, then that is not going to work for .cpp files as LCC is restricted to C and does not handle C++.
Monica Rollin
am 30 Mär. 2013
Bearbeitet: Monica Rollin
am 30 Mär. 2013
Walter Roberson
am 30 Mär. 2013
Please copy in the entire log.
Monica Rollin
am 30 Mär. 2013
Bearbeitet: Walter Roberson
am 30 Mär. 2013
Walter Roberson
am 30 Mär. 2013
To check, are you following along on http://sourceforge.net/p/acado/wiki/Installation%20-%20CMake%20-%20Windows/ ?
Antworten (0)
Kategorien
Mehr zu Use Prebuilt MATLAB Interface to C++ Library finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!