-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Missing information from boards file #7006
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 can see it, toolsDependencies[2] version 2.5.0-4-69bd9e6 |
Not correct, the file you refer to is for use with a 32bit mingw environment running within 64bit Windows, not for native 32bit linux. For this the file would be "i686-linux-gnu.mklittlefs-7f77f2b.1563313032.tar.gz" |
edit Sorry I misread the issue. You are in the need of Linux, not Windows. |
@earlephilhower It seems linux/686 entry for mklittlefs has disappeared in this commit |
Fixes esp8266#7006 mklittlefs for 32-bit Linux disappeared from the packages.json. Looks like a transient build problem on the older eqt release (later builds look fine). Add it back, pointing to the first successful mklittlefs build for lin32.
Fixes #7006 mklittlefs for 32-bit Linux disappeared from the packages.json. Looks like a transient build problem on the older eqt release (later builds look fine). Add it back, pointing to the first successful mklittlefs build for lin32. Co-authored-by: Develo <[email protected]>
File https://arduino.esp8266.com/stable/package_esp8266com_index.json is missing the tools download information block for mklittlefs for i686-linux-gnu (32bit) for release 2.6.3 (maybe others in 2.6.x as I was at version 2.5.2 when I noticed there was a problem updating)
Basic Infos
Platform
Settings in IDE
Problem Description
Detailed problem description goes here.
MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: