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
I'm getting this error when building on Windows (mingw):
... depend build/spiffs_check.d ... depend build/spiffs_cache.d ... depend build/spiffs_hydrogen.d ... depend build/spiffs_gc.d ... depend build/spiffs_nucleus.d ... depend build/main.d ... compile build/main.o In file included from src/main.c:1:0: ./src/spiffs.h:183:9: error: field '_errno' declared as a function s32_t errno; ^
The text was updated successfully, but these errors were encountered:
I created these patches - they seem to fix the problem https://gist.github.com/kireevco/0183f3ca9df19ce7f9d7
There is an issue with errno.
Sorry, something went wrong.
this can also be fixed in spiffy:master by merging #8 (+size as inpuit param)
No branches or pull requests
I'm getting this error when building on Windows (mingw):
The text was updated successfully, but these errors were encountered: