cancel
Showing results for 
Search instead for 
Did you mean: 

Error in final launch sequence: of a project on a non default workspace

Floppy01
Visitor

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.

Floppy01_4-1724231911356.png

 

As you can see in the image below, when I press debug or run, this error message appears:

Floppy01_0-1724231179009.png

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.

Floppy01_1-1724231359122.png

Floppy01_2-1724231374436.png

Can anyone help me?

Thank you! 

 



 

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Does your path have spaces or non-ASCII characters in it? Build tools do not play well with these.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

Does your path have spaces or non-ASCII characters in it? Build tools do not play well with these.

If you feel a post has answered your question, please click "Accept as Solution".

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!