ESP8266 Developer Zone The Official ESP8266 Forum 2016-05-17T14:25:04+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2153 2016-05-17T14:25:04+08:00 2016-05-17T14:25:04+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2153&p=6939#p6939 <![CDATA[Re: unable compile sample mesh application with rtos sdk]]>
RavikumarG wrote:
thanks,

when will we get this in RTOS SDK?


Sorry, we have no schedule for merge mesh with rtos-sdk now.

Statistics: Posted by Guest — Tue May 17, 2016 2:25 pm


]]>
2016-05-16T21:46:20+08:00 2016-05-16T21:46:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2153&p=6928#p6928 <![CDATA[Re: unable compile sample mesh application with rtos sdk]]>
when will we get this in RTOS SDK?

Statistics: Posted by RavikumarG — Mon May 16, 2016 9:46 pm


]]>
2016-05-12T19:36:09+08:00 2016-05-12T19:36:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2153&p=6866#p6866 <![CDATA[Re: unable compile sample mesh application with rtos sdk]]>
RavikumarG wrote:
hi,

i am trying to print mesh version number in rtos sdk ESP8266_RTOS_SDK_V1.4.0 .
just i called espconn_mesh_init function.

i getting undefined references.

(.irom0.text+0x1324): undefined reference to `espconn_tcp_set_wnd'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x1328): undefined reference to `espconn_tcp_set_max_syn'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x132c): undefined reference to `espconn_tcp_set_max_retran'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x13ab): undefined reference to `espconn_tcp_set_wnd'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x13b3): undefined reference to `espconn_tcp_set_max_syn'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x13bb): undefined reference to `espconn_tcp_set_max_retran'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_get_router':
(.irom0.text+0x164d): undefined reference to `espconn_tcp_set_wnd'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_get_router':
(.irom0.text+0x1656): undefined reference to `espconn_tcp_set_max_syn'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_get_router':
(.irom0.text+0x165f): undefined reference to `espconn_tcp_set_max_retran'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_enable':
(.irom0.text+0x1898): undefined reference to `espconn_tcp_set_max_con'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_enable':
(.irom0.text+0x18a8): undefined reference to `espconn_tcp_set_max_con'
collect2: error: ld returned 1 exit status



anybody know this issue?

is rtos sdk supports mesh?(mesh library is there)


I'm sorry, ESP-MESH is released with non-os-sdk, the current rtos-sdk doesn't support mesh.

Statistics: Posted by Guest — Thu May 12, 2016 7:36 pm


]]>
2016-05-10T21:08:05+08:00 2016-05-10T21:08:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2153&p=6802#p6802 <![CDATA[unable compile sample mesh application with rtos sdk]]>
i am trying to print mesh version number in rtos sdk ESP8266_RTOS_SDK_V1.4.0 .
just i called espconn_mesh_init function.

i getting undefined references.

(.irom0.text+0x1324): undefined reference to `espconn_tcp_set_wnd'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x1328): undefined reference to `espconn_tcp_set_max_syn'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x132c): undefined reference to `espconn_tcp_set_max_retran'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x13ab): undefined reference to `espconn_tcp_set_wnd'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x13b3): undefined reference to `espconn_tcp_set_max_syn'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_setup_timer':
(.irom0.text+0x13bb): undefined reference to `espconn_tcp_set_max_retran'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_get_router':
(.irom0.text+0x164d): undefined reference to `espconn_tcp_set_wnd'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_get_router':
(.irom0.text+0x1656): undefined reference to `espconn_tcp_set_max_syn'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_get_router':
(.irom0.text+0x165f): undefined reference to `espconn_tcp_set_max_retran'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_enable':
(.irom0.text+0x1898): undefined reference to `espconn_tcp_set_max_con'
~/SDK/ESP8266/esp8266_rtos_sdk_v1.4.0_16_02_26_0_mesh/ESP8266_RTOS_SDK_V1.4.0/lib/libmesh.a(espconn_mesh.o): In function `espconn_mesh_enable':
(.irom0.text+0x18a8): undefined reference to `espconn_tcp_set_max_con'
collect2: error: ld returned 1 exit status



anybody know this issue?

is rtos sdk supports mesh?(mesh library is there)

Statistics: Posted by RavikumarG — Tue May 10, 2016 9:08 pm


]]>