C drive access Error in Code generation for embedded controllers
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Hi all, When trying to generate C code for TI C2000 controller, I am getting a c drive access error as attached.I have confirmed that I have access for C drive. Does anybody have idea about this. A quick reply is deeply appreciated. Thank You

Antworten (1)
Walter Roberson
am 11 Jul. 2018
0 Stimmen
MS Windows prevents users from writing into C:\Windows\System32
You should cd to a directory you can write into before you try to generate code.
Or you could force the issue by running MATLAB as Administrator
2 Kommentare
Chandana Vishwanatha
am 11 Jul. 2018
Walter Roberson
am 11 Jul. 2018
At the MATLAB prompt, give the command
filebrowser
then use the directory / file list to navigate to a directory that you have write access to.
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!