We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Firmware fails to compile due to littlefs library error.
To Reproduce Steps to reproduce the behavior:
Expected behavior Build firmware without error.
Screenshots
Compiling .pio/build/esp32/libba2/LittleFS_esp32/lfs.c.o .pio/libdeps/esp32/LittleFS_esp32/src/esp_littlefs.c: In function 'esp_vfs_littlefs_register': .pio/libdeps/esp32/LittleFS_esp32/src/esp_littlefs.c:208:9: error: unknown field 'utime_p' specified in initializer .utime_p = &vfs_littlefs_utime, ^ .pio/libdeps/esp32/LittleFS_esp32/src/esp_littlefs.c:208:24: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .utime_p = &vfs_littlefs_utime, ^ .pio/libdeps/esp32/LittleFS_esp32/src/esp_littlefs.c:208:24: note: (near initialization for 'vfs.<anonymous>.access_p') .pio/libdeps/esp32/LittleFS_esp32/src/esp_littlefs.c:179:27: warning: missing braces around initializer [-Wmissing-braces] const esp_vfs_t vfs = { ^ .pio/libdeps/esp32/LittleFS_esp32/src/esp_littlefs.c:179:27: note: (near initialization for 'vfs') *** [.pio/build/esp32/libba2/LittleFS_esp32/esp_littlefs.c.o] Error 1
The text was updated successfully, but these errors were encountered:
Used littlefs library: https://github.com/lorol/LITTLEFS
Sorry, something went wrong.
mlkiefer
Successfully merging a pull request may close this issue.
Describe the bug
Firmware fails to compile due to littlefs library error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build firmware without error.
Screenshots
The text was updated successfully, but these errors were encountered: