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!