The make command returned an error of 2
30 ビュー (過去 30 日間)
古いコメントを表示
Simulink suddenly cannot use fast acceleration

1 件のコメント
Animesh
2024 年 8 月 30 日
Hey,
You can try the troubleshooting steps mentioned in this MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/814790-why-do-i-get-the-build-error-no-rule-to-make-target.
回答 (1 件)
Abhas
2024 年 9 月 11 日
Hi,
The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find the instructions on how to create a particular file or target. This can happen due to several reasons:
- Incorrect Path: Your project path, source file path and/or include folder path contains white spaces that the "make" tool cannot handle.
- Missing File: It could also mean that the indicated file is missing.
- Windows Character Length Limit: A long directory path name could also violate the Windows 256-character length limit and result in this error.
- Simulink Real-Time Character Length Limit: The error could be due to the third-party QNX compiler used by Speedgoat hitting the character length limit.
Please refer to the following MATLAB Answer post for more detail:
I hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Multicore Processor Targets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!