-
-
Notifications
You must be signed in to change notification settings - Fork 801
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 compile errors about RAM size when adding 1 library #296
Comments
When compiling an example using the Arduino IDE and installed esp8266 module from the Board Manager the resulting message is:
The library used is: https://github.com/morrissinger/ESP8266-Websocket So it must be possible to include libraries for this platform. Maybe PlatformIO is somehow pulling too much linked code into the binary? |
Thanks friends. We are working on it... |
Cool! I have no development board available to check the actual uploading. But compiling works successful now 👍 |
@m4mbart thanks for the report! We are going to release PlatformIO 2.3.3 today. Don't forget to upgrade for the stable release. |
I'm having the same problem
|
After adding just 1 library and trying the example code I am getting an error:
.pioenvs/esp01/firmware.elf section '.text' will not fit in region `iram1_0_seg'
[09/28/15 23:42:08] Processing esp01 (platform: espressif, upload_port: COM3, targets: upload, framework: arduino, board: esp01)
And this is the example code:
The text was updated successfully, but these errors were encountered: