### Unable to find build success string. "### Created" in build log

조회 수: 6 (최근 30일)
tuanku hashfi
tuanku hashfi 2019년 4월 24일
답변: Kautuk Raj 2024년 12월 19일
Hello,
I try incremental build in my Simuink model to xPC real time target machine. While I generate the model, I got error says: ### Unable to find build success string. "### Created" in build log.
How to Solve this?
Thank you

답변 (1개)

Kautuk Raj
Kautuk Raj 2024년 12월 19일
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:
  1. Delete the Target: Remove the existing target from the Simulink model to clear any cached data.
  2. Re-link the Target: Add the target back to the model to set up a fresh environment.
  3. Rebuild the Model: Proceed with the build, which should now include the "### Created" string in the log.
While a bit manual, this approach helped resolved the error for me. Hope it helps!

카테고리

Help CenterFile Exchange에서 Target Computer Setup에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by