Error compiling matlab interface for ACADOtoolkit-1.0.2613beta
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 30 Mar 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
il 30 Mar 2013
Modificato: Monica Rollin
il 30 Mar 2013
Walter Roberson
il 30 Mar 2013
Please copy in the entire log.
Monica Rollin
il 30 Mar 2013
Modificato: Walter Roberson
il 30 Mar 2013
Walter Roberson
il 30 Mar 2013
To check, are you following along on http://sourceforge.net/p/acado/wiki/Installation%20-%20CMake%20-%20Windows/ ?
Risposte (0)
Categorie
Scopri di più su Functions in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!