I use stm2cubeide software for a course in my studies.
I opened a new folder in the c:\users
and installed stm2cubeide and a first program that I tried to run. When I try to build that project it shows the following error:
Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'blinky'.
Cannot create file, access denied: C:\Users\Eitan\blinky\Debug.
C:\Users\Eitan\blinky\Debug
Cannot create file, access denied: C:\Users\Eitan\blinky\Debug.
C:\Users\Eitan\blinky\Debug
Can I fix this problem without moving all the packages to another folder?
Soultion: I changed the permissions of the folder that contain the specific folder that contain the project. and then the build worked.