Clear Filters
Clear Filters

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 views (last 30 days)

Answers (1)

Zuber Khan
Zuber Khan on 23 Feb 2024
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

Categories

Find more on Simscape Multibody in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!