Skip to main content
Hwoo-
Associate II
March 2, 2022
Solved

What does this warning mean?

  • March 2, 2022
  • 5 replies
  • 2578 views

Hi,

I am using touchGFX4.16.

I copied the project folder for backup.

When I tried to use touchGFX in the backed up project folder, an attached image warning appeared.

1) What does it mean?

2) What should I do to get rid of the warning?

0693W00000Kb4U5QAJ.png 

Best regards,

This topic has been closed for replies.
Best answer by mƎALLEm

I confirm I have the same message when I put a space in the path. So remove the space from your path.

5 replies

mƎALLEm
ST Technical Moderator
March 2, 2022

Hello,

I think you have to remove spaces from your path.

"sono-RC-1 - 220225" contains spaces.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
March 2, 2022

I confirm I have the same message when I put a space in the path. So remove the space from your path.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Andrew Neil
Super User
March 2, 2022

"1) What does it mean?"

It means exactly what it says: there are space characters - aka "blanks" or whitespace - within that path string.

"2) What should I do to get rid of the warning?"

Don't have spaces in you file or folder names!

It's also best to avoid other "special" characters.

It's a common thing; eg,

https://www.avrfreaks.net/comment/2048571#comment-2048571

https://www.avrfreaks.net/comment/1844411#comment-1844411

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Hwoo-
Hwoo-Author
Associate II
March 3, 2022

Thanks to everyone who responded.

Best regards,​

Andrew Neil
Super User
March 3, 2022

If your issue is now resolved, please mark the solution:

0693W000008y9fZQAQ.png

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Pavel A.
March 4, 2022

Spaces in path can be cured by converting the path to equivalent "short path" - if the underlying Windows filesystem supports it. Try this to check.

If the short path can be created, start the Eclipse or other IDE from a small .bat file (after the project path is sanitized).