Skip to main content
Floppy01
Associate
August 21, 2024
Solved

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

  • August 21, 2024
  • 1 reply
  • 880 views

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! 

 



 

    Best answer by TDK

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

    1 reply

    TDK
    TDKBest answer
    Super User
    August 21, 2024

    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""."
    Floppy01
    Floppy01Author
    Associate
    August 21, 2024

    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!