We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!
Do your login credentials allow you access to that location (i.e., on drive E:)?
I would not use a path name that contains spaces. That can lead to trouble.
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
Rather than re-install the whole OS, wouldn't it be a whole lot easier to just ask your teacher for help?!
It is much easier to diagnose these things when you are face to face and have the equipment in front of you!
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!
Yes, reinstalling the OS and/or Keil, seems like the "Nuke the site from orbit" approach to IT issues. If that's the only answer an IT Pro can give you, it is perhaps safe to remove them from the payroll..
As today's thread kicker is observing AV (Anti Virus) or similar software that breaks/slows the functionality of the computer should be top of list of things to check for.
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 ...