It's the second time I've encountered the following error while building my project:
Basically, the LVGL Editor build process tried to create an insane number of nested folders inside:
preview-build/project/project/project/project/...
The error shown by Fedora's file manager warns that the directory cannot be deleted because of the excessive number of subfolders.
I don't know the exact cause of the issue, but this time it happened after the following steps:
- Built the project normally.
- Added some files to APPEND LV_EDITOR_PROJECT_SOURCES.
- Tried to build the project again and encountered the error.
I haven't identified a reliable way to reproduce it yet, but this is the second time it has happened.
It's the second time I've encountered the following error while building my project:
Basically, the LVGL Editor build process tried to create an insane number of nested folders inside:
preview-build/project/project/project/project/...The error shown by Fedora's file manager warns that the directory cannot be deleted because of the excessive number of subfolders.
I don't know the exact cause of the issue, but this time it happened after the following steps:
I haven't identified a reliable way to reproduce it yet, but this is the second time it has happened.