Skip to content
New issue

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

Error Compiling #6

Open
aardel opened this issue Nov 24, 2021 · 3 comments
Open

Error Compiling #6

aardel opened this issue Nov 24, 2021 · 3 comments

Comments

@aardel
Copy link

aardel commented Nov 24, 2021

I am trying to compile this firmware but I am getting allot of errors am I doing something wrong or I am missing something?'sdfat::FatFile* sdfat::FatVolume::vwd()' is private within this context

.........
an a lot more errors

Any Ideas please

@DonJuanito99
Copy link

Perhaps AlbrechtL could provide the SDFat library version he used as it seems to be the root cause of the compilations problems you face.
A specific library version can be forced by describing it in the file "platformio.ini". See https://docs.platformio.org/en/latest/core/userguide/lib/cmd_install.html#cmd-lib-install

@alebarra
Copy link

Same for me,
compiling end with a lot of error

some major errors:
*** [.pio/build/esp12e/src/ESPWebDAV.cpp.o] Error 1
*** [.pio/build/esp12e/src/ESPFtpServer.cpp.o] Error 1
*** [.pio/build/esp12e/src/BTT_TF_CLOUD_AFW.cpp.o] Error 1
src/ESPFtpServer.cpp:1135:51: error: no matching function for call to 'sdfat::SdFat32::begin(int&, SPISettings&)'
src/ESPWebDAV.cpp:422:38: error: 'sdfat::FatFile* sdfat::FatVolume::vwd()' is private within this context
src/ESPFtpServer.cpp:536:9: error: 'dir_t' was not declared in this scope; did you mean 'div_t'?

and more similar error, everything seems to lead to a change in the SdFat class, which seems to be different from the one used in the sources.

@deividAlfa
Copy link

deividAlfa commented Dec 21, 2022

Edit platformio:.ini

platform = espressif8266 @ ~2.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants