ESP8266 Developer Zone The Official ESP8266 Forum 2016-04-02T23:00:11+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1952 2016-04-02T23:00:11+08:00 2016-04-02T23:00:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1952&p=6322#p6322 <![CDATA[Re: how to compile the liblwip.a in esp8266 sdk?]]>
I'm compiling with success liblwip.a (with same "make_lib.sh lwip") under Linux.
I suggest you look the steps in https://github.com/pfalcon/esp-open-sdk to prepare the toolchain (I use "make STANDALONE=y").

Take a look at viewtopic.php?f=66&t=1975&p=6303 to check a DHCP related error when you recompile liblwip.a.

Statistics: Posted by luisfer.rigoni — Sat Apr 02, 2016 11:00 pm


]]>
2016-03-29T11:24:18+08:00 2016-03-29T11:24:18+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1952&p=6245#p6245 <![CDATA[how to compile the liblwip.a in esp8266 sdk?]]> https://github.com/espressif/ESP8266_RTOS_SDK
But I can not sucess to compile it.

When into the example/project_template ,and compile it by gen_misc.sh, but can not sucess.
I have install xtensa-lx106-elf and set the SDK_PATH in gen_misc.sh file.

So where can find a course to tell me how make my project in ESP8266_RTOS_SDK by linux(ubunut)

And the another question is how to compile a lib in ESP8266_RTOS_SDK.
Because I want modify the lwip code,so I need make a new liblwip.a to replace the old one in ESP8266_RTOS_SDK.
And I open the dir third_party, make by command "make_lib.sh lwip",but I also not sucess to finish the compile work.
Where can find a course or case to help me ,but not the simple command in the page of https://github.com/espressif/ESP8266_RTOS_SDK

Statistics: Posted by karlno — Tue Mar 29, 2016 11:24 am


]]>