Why the Simulink s-function builder generated c file (wrapper.c) is removed after build (code generation)?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Bokai Chen
il 2 Gen 2020
Risposto: Urmila Rajpurohith
il 7 Gen 2020
I used the S-Function builder to create a s-function with mex64, tlc, and _wrapper.c files. However, after build (code generation with Ctrl+B), the _wrapper.c file is always removed. What are the potential reasons and how should I fix it? Thanks for help!
0 Commenti
Risposta accettata
Urmila Rajpurohith
il 7 Gen 2020
In order to the S-function block to know where to look for the _wrapper.c, you need to explicitly tell it in the S-function modules field of the “S-function block”.
You can refer to below documentation link to know more information about the “S-function modules field”
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Coder in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!