What does this warning mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-02 1:04 AM
I confirm I have the same message when I put a space in the path. So remove the space from your path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-02 1:01 AM
Hello,
I think you have to remove spaces from your path.
"sono-RC-1 - 220225" contains spaces.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-02 1:04 AM
I confirm I have the same message when I put a space in the path. So remove the space from your path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-02 2: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,
https://www.avrfreaks.net/comment/2048571#comment-2048571
https://www.avrfreaks.net/comment/1844411#comment-1844411
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-02 7:05 PM
Thanks to everyone who responded.
​
Best regards,​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-03 1:38 AM
If your issue is now resolved, please mark the solution:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-04 3: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).
