-
Notifications
You must be signed in to change notification settings - Fork 17
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
ESP8266 Fails to compile under the Arduino IDE #4
Comments
LINUX_DIST="Linux Mint 18.3 Sylvia MATE 32-bit" ARDUINO IDE: 1.8.10 (32bit) OUTPUT:
|
same with release 1.1.11 |
uint32_t esp_random(void); is not supported outside of esp-idf & esp8266-rtos (not esp8266-nonos) ... but it could be ... [esp32_compat.h] |
BTW this builds fine on the esp32 platform |
same result with latest version 1.2.0 |
same result with latest version 1.2.2 |
same result with latest version 1.2.3 |
... 1.2.4 |
... 1.2.5 |
... 1.2.6 |
... 1.2.7 ... 1.2.8 ... can we assume that esp8266 support has been dropped? |
Yeah, esp8266 support is dropped for now, |
LINUX_DIST="Linux Mint 18.3 Sylvia MATE 32-bit"
KERNEL=Linux computer 4.10.0-38-generic i686 i686 i686 GNU/Linux
ARDUINO IDE: 1.8.10 (32bit)
mDash Library: 1.1.8 (Installed using Arduino IDE library manager)
ESP8266 BOARD: 2.5.2 (Installed with board manager from Arduino IDE)
OUTPUT:
The text was updated successfully, but these errors were encountered: