I upgradated the ESP-IDF from version 3.3 to 4.0 (latest stable). With the older version (v3.3) the mDash.a library dont have any problem: work correctly but, with the new version (v4.0), when linking the library “libmDash.a” have this fatal error:
c:/users/stefano/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/…/lib/gcc/xtensa-esp32-elf/8.2.0/…/…/…/…/xtensa-esp32-elf/bin/ld.exe: C:/Source/Felmar/main/…/mDash/src/esp32\libmDash.a:(.literal+0x4b0): undefined reference to `lwip_recvfrom_r’
c:/users/stefano/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/…/lib/gcc/xtensa-esp32-elf/8.2.0/…/…/…/…/xtensa-esp32-elf/bin/ld.exe: C:/Source/Felmar/main/…/mDash/src/esp32\libmDash.a: in function `cli_cat’:
/Users/lsm/src/cesanta.com/alib/cli.c:28: undefined reference to `lwip_recvfrom_r’
collect2.exe: error: ld returned 1 exit status
The new version (v4.0) is compatible.?