Simulink model freezes at 8% during compilation showing “updating library links blocks: started” in MATLAB 2024a
2 ビュー (過去 30 日間)
古いコメントを表示
I am using MATLAB R2024a on Windows, and I am experiencing a consistent issue with one specific Simulink model. During simulation or code generation, the process freezes at 8% during compilation, showing the message “Updating library links blocks: started” in the lower left corner of the window. It remains stuck indefinitely at that stage.
Even if I try to cancel the build, MATLAB becomes unresponsive and eventually crashes, requiring a full restart. This happens almost every day, usually when reopening or restarting the model.
As a temporary workaround, I have been deleting the slprj folder and the .autosave file, and then running the command clear classes. After that, the model compiles normally again — but the issue reappears later.
This model uses several toolboxes, including:
- Aerospace Blockset
- Aerospace Toolbox
- Computer Vision Toolbox
- Image Processing Toolbox
- ROS Toolbox
- Sensor Fusion and Tracking Toolbox
- UAV Toolbox
- Simulink, Simulink Coder, MATLAB core toolboxes(and shared functionalities from Control System, Navigation, and System Identification Toolboxes)
The model does not use model references or custom libraries.
Has anyone experienced a similar freeze during “updating library links blocks”? Is there a more permanent fix or diagnostic step to prevent this issue?
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Aerospace Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!