ESP8266 Developer Zone The Official ESP8266 Forum 2016-12-11T19:39:26+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3186 2016-12-11T19:39:26+08:00 2016-12-11T19:39:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3186&p=10869#p10869 <![CDATA[Re: undefined reference to `free' mesh-v1.3.2]]>
The problem that I'm facing now is that the image won't run, I have flashed esp_init_data_default.bin, boot_v1.4(b1).bin, blank.bin with flash download tool.

Image

Then I have build an image and I've used esptool:

Code:

esptool.exe -p COM3 -b 256000 write_flash -ff 40m -fm qio -fs 32m 0x00000 firmware/eagle.flash.bin 0x10000 firmware/eagle.irom0text.bin


but I get:

Code:

Fatal exception (0):
epc1=0x40240a2b, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000



With Non-os SDK 2.0 I have no problem running the application, but if I have understood well the mesh api aren't updated with non-os.

Statistics: Posted by 0xfa1c0 — Sun Dec 11, 2016 7:39 pm


]]>
2016-12-11T13:28:39+08:00 2016-12-11T13:28:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3186&p=10867#p10867 <![CDATA[Re: undefined reference to `free' mesh-v1.3.2]]> It should work with lwip included?

Did you include the header file needed?
• include/espressif/mesh.h?

How about this document to help?
http://www.espressif.com/sites/default/ ... 160203.pdf

Statistics: Posted by Guest — Sun Dec 11, 2016 1:28 pm


]]>
2016-12-10T23:54:00+08:00 2016-12-10T23:54:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3186&p=10857#p10857 <![CDATA[undefined reference to `free' mesh-v1.3.2]]>
I've downloaded the mesh v1.3.2 version, here there are my included libs:

Code:

LIBS   = c gcc hal phy pp net80211 lwip wpa main crypto driver mesh wps smartconfig


I have also added -DESP_MESH_SUPPORT flag.

Anyone with this problem?

Statistics: Posted by 0xfa1c0 — Sat Dec 10, 2016 11:54 pm


]]>