Error compiling matlab interface for ACADOtoolkit-1.0.2613beta
이전 댓글 표시
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
Walter Roberson
2013년 3월 30일
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
2013년 3월 30일
편집: Monica Rollin
2013년 3월 30일
Walter Roberson
2013년 3월 30일
Please copy in the entire log.
Monica Rollin
2013년 3월 30일
편집: Walter Roberson
2013년 3월 30일
Walter Roberson
2013년 3월 30일
To check, are you following along on http://sourceforge.net/p/acado/wiki/Installation%20-%20CMake%20-%20Windows/ ?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Use Prebuilt MATLAB Interface to C++ Library에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!