- Sat Mar 28, 2015 4:31 pm
#12872
Using SDK 1.0.0 built using pfalcon's toolkit I have successfully build the module and used
xtensa-lx106-elf-ar rs libmain.a eagle_lwip_if.o to update the object contained in the library compilation failed with this message
Code: Select all/opt/esp-open-sdk/sdk/lib/libmain.a(app_main.o): In function `wdt_init':
(.irom0.text+0x36c): undefined reference to `espconn_init'
/opt/esp-open-sdk/sdk/lib/libmain.a(app_main.o): In function `wdt_init':
(.irom0.text+0x413): undefined reference to `espconn_init'
collect2: error: ld returned 1 exit status
I suspect the issue is described by pvvx above but I am not quite sure what to do to fix it.
Also I would like to ask if this lirbary will allow the esp to have a custom hostname picked by user_config when defining it as LWIP_NETIF_HOSTNAME_PREFIX?