unable compile sample mesh application with rtos sdk
-
- Posts: 3
- Joined: Thu May 05, 2016 5:45 pm
unable compile sample mesh application with rtos sdk
Postby RavikumarG » Tue May 10, 2016 9:08 pm
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 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)
Re: unable compile sample mesh application with rtos sdk
Postby ESP_Alen » Thu May 12, 2016 7:36 pm
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.
-
- Posts: 3
- Joined: Thu May 05, 2016 5:45 pm
Re: unable compile sample mesh application with rtos sdk
Postby RavikumarG » Mon May 16, 2016 9:46 pm
thanks,
when will we get this in RTOS SDK?
when will we get this in RTOS SDK?
Re: unable compile sample mesh application with rtos sdk
Postby ESP_Alen » Tue May 17, 2016 2:25 pm
RavikumarG wrote:thanks,
when will we get this in RTOS SDK?
Sorry, we have no schedule for merge mesh with rtos-sdk now.
Who is online
Users browsing this forum: No registered users and 13 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.