Failed Code generation information file doesnt exist.
39 次查看(过去 30 天)
显示 更早的评论
1 个评论
Jatin
2024-8-22
In the below MATLAB Answer someone recommended removing spaces from the file path worked for them.
回答(1 个)
Shubham
2024-8-26
Hi Fatih,
I was able to reproduce the issue. I noticed that it arises when the file path is too long or contains whitespace. To resolve this, ensure your file path is less than 260 characters, including drive letters and colons. This was a Windows 10 limitation, but you can extend it by following the steps outlined in this article:
If the error persists, you can also try the following workarounds:
- Set the workspace path to match your Simulink file location.
- Redo the 'Setup Hardware' from the 'Hardware Board' section in the Hardware tab.
- Enable "Generate Code only" or "Create Code Generation Report" as a workaround from "Code Generation" settings in "Configuration Parameters" of the model.
For further assistance, you may find these MATLAB Answers posts helpful:
- https://mathworks.com/matlabcentral/answers/1972544-slbuild-function-fails-due-to-code-generation-information-file-does-not-exists
- https://mathworks.com/matlabcentral/answers/1590659-code-generation-information-file-does-not-exist
- https://mathworks.com/matlabcentral/answers/857975-mplab-dspic-code-generation-information-file-does-not-exist
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Reporting and Database Access 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!