[SOLVED] Confused on building Espruino for ESP8266 #5456
Replies: 1 comment
-
Posted at 2016-05-12 by @gfwilliams Just moved this to the ESP8266 section... Posted at 2016-05-13 by @MaBecker I guess that value for ESP8266_SDK_ROOT is not correct.
Posted at 2016-05-13 by ceremcem Well, I changed the export line to:
and the problem went away. Now we have a new problem of lwip:
Posted at 2016-05-13 by Wilberforce I think there is a reference to a forum post, and that refers to where to get that library, sorry a bit vague but don't have the info to hand at the moment Posted at 2016-05-13 by ceremcem You mean this one and the lwip link points to here. I unzipped the archieve and moved
I simply created a symlink to
Posted at 2016-05-14 by @MaBecker and the problem went away. Now we have a new problem of lwip: https://github.com/espruino/Espruino/blob/master/README_Building.md#for-esp8266 Posted at 2016-05-14 by tve You seem to be mixing SDK 1.5.3 and lwip from SDK 1.5.0. YMMV... Posted at 2016-05-14 by tve Unless you're trying to fix some specific problem using 1.5.3 I suggest using 1.5.0 and waiting for 1.5.4: http://bbs.espressif.com/viewtopic.php?f=7&t=2104 Posted at 2016-05-14 by ceremcem I found SDK 1.5.0 and liblwip_536_for_ESP8266_NONOS_SDK_V1.5.0.zip, downloaded them, extracted lwip_....zip and copied the Posted at 2016-05-17 by ceremcem @tve if it weren't for you to warn me I would struggle with the following error:
Thanks.... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-05-12 by ceremcem
Hi,
I'm trying to get the latest build of Espruino but I'm not able to build from source.
As README says, I built
esp-open-sdk
without errors. I also cloned espressif-sdk from https://github.com/espressif/ESP8266_RTOS_SDK as stated here. As far as I could understand, there is no need to build espressif's SDK.Then I used following script to call
make
:No success:
Beta Was this translation helpful? Give feedback.
All reactions