2022-03-02 12:40 AM
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?
Best regards,
Solved! Go to Solution.
2022-03-02 01:04 AM
I confirm I have the same message when I put a space in the path. So remove the space from your path.
2022-03-02 01:01 AM
Hello,
I think you have to remove spaces from your path.
"sono-RC-1 - 220225" contains spaces.
2022-03-02 01:04 AM
I confirm I have the same message when I put a space in the path. So remove the space from your path.
2022-03-02 02:05 AM
"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,
2022-03-02 07:05 PM
Thanks to everyone who responded.
Best regards,
2022-03-03 01:38 AM
If your issue is now resolved, please mark the solution:
2022-03-04 03:43 AM
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).