Code generation for an S-function

80 次查看(过去 30 天)
Anh
Anh 2024-10-18
编辑: Kanishk 2024-11-13,12:35
Dear community,
I have a custom C file, generated from casadi tool, that is integrated into a wrapper and called sucessfully by an S-function block in a Simulink model. Simulation is working properly. Now I am struggling with the code generation for this simulink model for the implementation in a microcontroller. The custom C file has dependencies on the IPOPT library, so when generating C code for the Simulink model, it complains unrecognized symbols as in the picture below.
After having crossed some posts, I have learnt that, the file rtwmakecfg.m should be created and left in the same folder of the .mex file. In this file, the library 'ipopt.lib' is also included in the field makeInfo.linkLibsObjs.
The file ipopt.lib is actually left in the same folder. However, the code generation still fails as in the following picture. The .lib file doesn't seem recognized.
I am confused here, because the .lib file is in the same folder with the .mex and rtwmakecfg.m. Could you please share with me how to resolve the issue? Thanks in advance!
Best regards,
Anh
  1 个评论
Hitesh
Hitesh 2024-10-21
Hi @Anh
Could you provide your files so I can reproduce the error on my end and investigate its root cause further?

请先登录,再进行评论。

回答(1 个)

Kanishk
Kanishk 2024-11-13,12:32
编辑:Kanishk 2024-11-13,12:35
Hi @Anh,
I went through the documentation of CasADi tool. Although it supports self-contained C-code for a large subset of function objects, but code generation is not supported for ipopt” as of CasADi 3.5.
Here is a blog by CasADi to use "ipopt" with Simulink. They are using S-function dependent on CasADi runtime.
Hope this helps!
Thanks

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

产品


版本

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by