- Delete the Target: Remove the existing target from the Simulink model to clear any cached data.
- Re-link the Target: Add the target back to the model to set up a fresh environment.
- Rebuild the Model: Proceed with the build, which should now include the "### Created" string in the log.
how can l fix the problem 'Error using invokeTMF (line 1577) ### Unable to find build success string: "### Created" in build log.’
7 views (last 30 days)
Show older comments
someone who can help me with the problem Error using invokeTMF (line 1577) ### Unable to find build success string: "### Created" in build log.
when i was trying to build a mdl file.
0 Comments
Answers (1)
Kautuk Raj
on 19 Dec 2024 at 5:28
I faced the same issue when doing an incremental build to an xPC real-time target machine. It seems that Simulink does not recognize that the target is already built, especially if our directory has been moved and lost the 'slprj' folder.
Here is a workaround that helped me:
While a bit manual, this approach helped resolved the error for me. Hope it helps!
0 Comments
See Also
Categories
Find more on Prepare Model Inputs and Outputs 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!