Referenced model Makefiles are not generated for rsim parallel build with GenCodeOnly disabled
Show older comments
I am encountering an issue where Makefiles for referenced models are not generated in the expected place under certain conditions:
- Model must contain two or more different model references
- SystemTargetFile = rsim.tlc
- GenCodeOnly = 'off'
- EnableParallelModelReferenceBuilds = 'on'
When "GenCodeOnly" is toggled on, the Makefiles for the referenced models are located at "slprj/rsim/<model_ref_name>". When "GenCodeOnly" is toggled off, these Makefiles are no longer present there.
How can I generate these Makefiles in the expected place?
Accepted Answer
More Answers (0)
Categories
Find more on Parallel Computing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!