Matlab coder there is no enumerated value named 'rtw:lib' problem under debian
이전 댓글 표시
Hello,
I am having difficulties with the matlab coder when I try to convert a simple matlab function to c++ code. My function is
function [ret]=add(val1,val2)
ret=val1+val2;
end
When I try to build it as a C++ executable or static library with coder I get the the following error
there is no enumerated value named 'rtw:lib'
My compiling configuration is for X86. But there is not any problem when I build it as a mex function and get the function's corresponding c code with header and the code file.
What may cause the problem for C++ building?
Thank you.
댓글 수: 1
Kaustubha Govind
2013년 5월 23일
What is the exact command you use when the error occurs?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!