Clear Filters
Clear Filters

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

1 view (last 30 days)
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 Comment
James
James on 10 Sep 2019
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.

Sign in to comment.

Answers (0)

Categories

Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!