フィルターのクリア

I have a problem when applying accelerator in MATLAB SIMULINK to any file including distributed parameters model for lines as shown in the following Figure.

2 ビュー (過去 30 日間)

回答 (1 件)

Zuber Khan
Zuber Khan 2024 年 2 月 23 日
Hi,
The error message generated by the gcc compiler suggests that the "gcc" is unable to find the file which have to be compiled.
This can be possible due to two reasons:
  • The path of the directory or file which have to be compiled is incorrect, so "gcc" is unable to find the file/directory.
  • The permission to access the file or the directory is not available or provided to the "gcc".
If the directory exists, ensure that there are no spaces in the path.
If spaces exist in the path, modify the path to be able to successfully complete the build process.
If there is any permission or access issue, then the solution is to have the admin access to the file or directory or install the MATLAB release in another location where the permission access is available.
I hope this will resolve your issue.
Regards,
Zuber

カテゴリ

Help Center および File ExchangeSimscape Multibody についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by