I'm just installed Keil ARM latest version and then when i launch it, I cannot create or modify any project file at all.
i.imgsafe.org/176557ec70.png
I tried uninstall, re-boost, reinstall it but nothing seem better! I don't know where this error came from, I think I'm gonna reinstall my OS because I really need Keil for my class project.
Please tell me if you have any idea, Thanks!
Make sure it is not something obvious like being a READ ONLY file, check the attributes.
I even can't create any project( the path name contains no space and I tried run as Administrator with full permissions ). Keil just make new folder Listings and Objects without any file. I think my PC affected by some virus or something :((
So: Do your login credentials allow you access to that location (i.e., on drive E:)?
Does that drive even exist?
You haven't given clear detail of what's happening, so we have to assume the worst.
Try something simple like going into the directory and executing:
echo >FileName.txt
Hi there, same problem here.
I’m using STM32CubeMx and Keil uvision V5.28.0.0 for a Microcontroller STM32L100RC in Windows10.
The problem: while creating a new project with STM32CubeMx and trying to open it with Keil I get the folllowing error: error creating \\RTE _components.h Cannot create directory
When I open a project that already exists, Keil give me the following error: Cannot write project file.
Already checked that:
-it has not the read only attribute.
- login with admin credentials so it allows me access
- path name contains no space
- program already re-installed
Any idea about where the problem could be?
Thanks in advance
Patatin said:while creating a new project with STM32CubeMx and trying to open it with Keil
It's not still open in Cube, is it?
Patatin said:error creating \\RTE _components.h
That's not a valid path - is it?
Patatin said:When I open a project that already exists, Keil give me the following error: Cannot write project file
If you open the project file in, say, Notepad - can you write to it from there?
Patatin said:login with admin credentials so it allows me access
Have you actually tried it? - ie,
Andy Neil said:It's not still open in Cube, is it?
Note that some applications will keep a file locked after you close it, but keep the application running - you have to fully exit the application to release the lock.
Hi Andy,
Thanks a lot!. The problem was windows antivirus. I have solved the problem by deactivating the folders.
>>That's not a valid path - is it?
I could definitely see the Computer Saying NO!
might be a better idea to tell your antivirus to not scan project files - then you won't have to keep deactivating folders each time you create a new project in a new location ...