-
Notifications
You must be signed in to change notification settings - Fork 87
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 #7
Comments
Using library elk at version 0.0.8 in folder: /home/name/Arduino/libraries/elk |
Using library elk at version 0.0.9 in folder: /home/name/Arduino/libraries/elk |
Using library elk at version 0.0.10 in folder: /home/name/Arduino/libraries/elk |
|
Using library elk at version 0.0.11 in folder: /home/name/Arduino/libraries/elk |
0.0.15 fixes an issue |
LINUX_DIST="Linux Mint 18.3 Sylvia MATE 32-bit" ARDUINO IDE: 1.8.10 (32bit) Using library elk at version 0.0.15 in folder: /home/name/Arduino/libraries/elk Sketch uses 277964 bytes (26%) of program storage space. Maximum is 1044464 bytes. now compiles ... but crashes ...
|
after removing uart functions ... still getting
over and over ... |
continued from issue #4
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)
Elk Library: release 0.0.7 (Installed manually into Arduino IDE library folder)
(the same as 0.0.6 since nothing changed for the esp8266 ...)
ESP8266 BOARD: 2.5.2 (Installed with board manager from Arduino IDE)
ArduinoBlink.ino.elf section
.text1' will not fit in regioniram1_0_seg'
it seams that the esp8266 platform is not a priority ...
The text was updated successfully, but these errors were encountered: