-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
RC releases for Sming 4.0 #1844
Comments
Hi, just updated to latest version and in compiling my code, I receive this error: The json version is 5 into component.mk |
@mikee47 Can you take a look at that issue? |
after a make dtst-clean the configuration of the "project" is reset /opt/sming/Sming/Arch/Esp8266/Components/esptool/esptool/esptool.py -p -b 115200 write_flash -ff 40m -fm qio -fs 512KB 0x00000 out/Esp8266/debug/firmware/rboot.bin 0x002000 out/Esp8266/debug/firmware/rom0.bin 0x100000 out/Esp8266/debug/firmware/spiff_rom.bin How to catch the error:I
[compiling ok]
the error appers and the only way to flash the esp is a
|
@teicors Can you reproduce the problem by modifying one of the sample applications? |
Yes, that's by design. You can perform a clean build without resetting config like this:
|
@teicors Something to check. Do |
@mikee47 I did
Sorry for wasting your time. |
@teicors Did
|
@mikee47 it seems no one error during both clean (I'm working only with Ubuntu):
and
|
The only difference I can see is that |
@mikee47 the errors in the dist-clean phase era related to HttpServer_FirmwareUpload and HttpServer_ConfigNetwork in the sample dir: do you agree with me ? |
@teicors Yes - you can ignore those particular warnings. |
Windows install still not work. As in #1241 with windows 10 fresh install there is problem
Des it mean Windows is not supported with Sming?
|
@kwis2 I've tried the chocolatey install on a fresh Windows 10 Virtualbox installation, and whilst I don't get the same error as you there are definitely issues. I've only ever used the manual approach outlined at https://sming.readthedocs.io/en/latest/arch/esp8266/getting-started/windows-manual.html. It says DEPRECATED but it really just needs updating (work in progress). A few points about this:
|
I'd also recommend you install GIT and pull in the latest develop. (You'll need GIT anyway as Sming uses it to pull in submodules) |
I've found the easiest way to install MinGW is via command line:
This is sufficient to build for both Host and Esp8266. |
We will start Release Candidate (RC) releases before we officially announce version 4.0. The plan for the moment is to have the following RCs
develop
branch.Expected release date - 29th of September.
Expected release date - 15th of October.
Expected release date for Sming 4.0.0 is beginning of November, 2019.
The text was updated successfully, but these errors were encountered: