2023-03-15 07:20 AM
How do I fix this? when i look into my folders the file is not there
2023-03-15 09:20 AM
Hello @TMich.1 ,
Thank you for posting this issue.
Is this from a created STM32 project inside CubeIDE itself?
What's the path to the workspace? Do you use any non-ascii characters or spaces anywhere?
Thanks,
Rim
2023-03-15 09:39 AM
yes it is created in ide itself. C:\Users\PC-SEVON\Documents\SCHOOL\OneDrive - KU Leuven\stm32\stm32g473. I'm not aware of any non-ascii characters, but the onedrive has two spaces in it's name. but I can see the location in the menu on the left, but not in my folders, and neither can the program
2023-03-15 10:09 AM
Could also be a "virtual" directory
Do you get the same error if you copy/clone this into a REAL directory on the hard drive ?
2023-03-15 12:36 PM
To find a real location of any file in Eclipse project, open its properties and look on the Resource tab. It shows the actual resolved file path.
2023-03-16 03:00 AM
Eclipse is not able to build a project correctly if it is installed in a directory where there are spaces in the path.
Try to create a valid workspace path.
2023-03-16 03:04 AM
thank you, it doesn't give me the error anymore