2024-08-21 02:18 AM
Hello everyone,
I have a problem while I'm trying to upload the firmware (the same while I'm trying to debug), I'm working on a project located in a folder that is not the default workspace folder.
As you can see in the image below, when I press debug or run, this error message appears:
When I try to compile and debug a project on the default workspace everything goes fine, this only happens when I'm on a project in a non-default location.
I have checked after building the project (which works fine) that all the debug files are generated and they are.
Can anyone help me?
Thank you!
Solved! Go to Solution.
2024-08-21 05:23 AM
Does your path have spaces or non-ASCII characters in it? Build tools do not play well with these.
2024-08-21 05:23 AM
Does your path have spaces or non-ASCII characters in it? Build tools do not play well with these.
2024-08-21 05:32 AM
Thank you for your reply,
The only special character is an "À" in a folder name.
I just tried to replace it with an "A" and it works.
Thank you so much! It was easier than I expected.
Have a nice day!