Convert back to toolchain approach after forcing to template makefile approach.

15 次查看(过去 30 天)
I am developing a model and generating code using Simulink Embedded coder. I was having issues with the Toolchain approach not generating the libraries portion of the makefile correctly. I decided to try using a template makefile instead and forced the model parameters to change using the following command seen on other help questions.
>> set_param(model, 'MakeCommand', 'make_rtw TMF=1')
Now that I have the model building, I would like to switch back to the toolchain approach. When I run model advisor upgrade it claims I am already running the toolchain apporach, but my model parameters still shows the "Makefile configuration" and "Template makefile" which is suggesting I am still running the Template Makefile approach. Any idea how to force the model parameters back to the default Toochain apporach?
  1 个评论
James
James 2019-9-10
Just noticed that if I switch to grt.tlc from ert.tlc it shows the toolchain options. When I switch back I see the makefile options. Seems whatever parameter is set only effects the ert.tlc configuration.

请先登录,再进行评论。

回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by