Embedded Coder: Enable recursive builds for subsystems?
Mostrar comentarios más antiguos
Hi,
I currently work on an embedded target and inside this target I want to issue seperate builds for special subsystems. Roughly speaking, I want to grab all my subsystems inside a make_rtw_hook and call rtwbuild for each of these subsystems.
However, Simulink Coder/Embedded Coder don't like recursive builds and calling rtwbuild from within the make_rtw_hook yields an error.
Is there a possibility to implement this? Maybe, the make_rtw_hook just is not the right place to issue the subsystem builds, but whereelse can I trigger them?
Thanks, Fabian
Respuestas (0)
Categorías
Más información sobre Deployment, Integration, and Supported Hardware en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!