-
Notifications
You must be signed in to change notification settings - Fork 132
build in sloeber vs Arduino IDE with ESP8266 platform >2.5.0 #1193
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
Comments
I think this is a duplicate of #1163 I propose to delete the libraries folder and see whether Sloeber finds a better one. |
thanks for the fast answer
I already assumed that there is something wrong with libraries regarding SD/FS/File function |
means sloeber is sure this one is needed. Best is to check what libraries Arduino IDE uses or ask esp people what is the difference between the 2 versions.
You could also have a look at line 36 in SDFS.h to see what is included. |
Is this problem fixed? |
sorry for the late reply - I had to pause sloeber for a while topic can be closed |
following situation
if I build the following example in Arduino IDE:
https://github.com/4dsystems/GFX4DIoD9/tree/master/Examples/Iod9demo
for a 4D Systems gen4 IoD Range (IOD9TH)
with ESP8266 platform 2.7.1 installed
everything builds fine -
on sloeber I get like ~75 errors of different kinds, see below.
only if I switch back to ESP8266 plattform 2.5.0 in sloeber I am able to build the sketch without errors.
any suggestions on how to make this build on current 2.7.1 platform?
due to the amounts of errors I am unsure were to start. Is there a way to thrill the errors down to the root cause? help appreciated.
right now I the workaround to switch back to 2.5.0 or use Arduino IDE is ok for me
here the console output if build with platform 2.5.2:
I also tried to use different Versions of the SD-Library - this does not make any difference.
current Version is 1.2.4
The text was updated successfully, but these errors were encountered: