Matlab 2018b MinGW64 6.3 build error binfo.mat: permission denied.
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I wanted to build a simulink model for a NI linux rt (PXIe 8840) with Matlab 2018b. I installed Matlab 2018b, compiler MinGW64 6.3 and VeriStand 2020 R4 with the model framework.
Model configuration:
But if I try to build the model I get the error:
### Build procedure for model: 'Test_Linux' aborted due to an error.
Unable to write file E:****\Test_Linux\tmwinternal\binfo.mat: permission denied.
There is no such file and what permission do I need?
5 Kommentare
Antworten (1)
Chetan
am 29 Dez. 2023
I understand you're facing a permission error while building a Simulink model for an NI Linux RT target.
This might be due to the other software restricting the file access such as antivirus or the Drive application
To tackle the permission issue during the build:
- Pause Sync Services: Temporarily stop any file synchronization services like OneDrive to avoid file access conflicts.
- Close Other Applications: Make sure no other programs are using or locking project files.
- Retry Building: With synchronization halted and antivirus off, attempt the build again.
- Set Service Exclusions: If successful, exclude your project folder from antivirus scans and file sync services.
Hope it helps !
0 Kommentare
Siehe auch
Kategorien
Mehr zu MATLAB Support for MinGW-w64 C/C++ Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!