Error compiling matlab interface for ACADOtoolkit-1.0.2613beta
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 30 de Mzo. de 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
el 30 de Mzo. de 2013
Editada: Monica Rollin
el 30 de Mzo. de 2013
Walter Roberson
el 30 de Mzo. de 2013
Please copy in the entire log.
Monica Rollin
el 30 de Mzo. de 2013
Editada: Walter Roberson
el 30 de Mzo. de 2013
Walter Roberson
el 30 de Mzo. de 2013
To check, are you following along on http://sourceforge.net/p/acado/wiki/Installation%20-%20CMake%20-%20Windows/ ?
Respuestas (0)
Categorías
Más información sobre Use Prebuilt MATLAB Interface to C++ Library en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!