Hello,
I originally posted on github #3 that I was getting the following error:
assert failed: netif_add /IDF/components/lwip/lwip/src/core/netif.c:286 (Required to lock TCPIP core functionality!)
after an update to beta version5, I am unable to compile the example sketch, the error given is as follows:
C:/Users/Dan/AppData/Local/Arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:\Users\Dan\Documents\Arduino\libraries\Husarnet_ESP32\src\esp32s3\libhusarnet.a(user_interface.cpp.obj):(.literal.startup._Z41__static_initialization_and_destruction_0v+0x20): undefined reference to `__dso_handle'
C:/Users/Dan/AppData/Local/Arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:\Users\Dan\Documents\Arduino\libraries\Husarnet_ESP32\src\esp32s3\libhusarnet.a(tun.cpp.obj):(.literal.startup._GLOBAL__sub_I_husarnet_netif_init+0x24): undefined reference to `__dso_handle'
C:/Users/Dan/AppData/Local/Arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: C:\Users\Dan\AppData\Local\Temp\arduino_build_789/ComBadge_v0.2_S3_SR.ino.elf: hidden symbol `__dso_handle' isn't defined
C:/Users/Dan/AppData/Local/Arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld.exe: final link failed: bad value
collect2.exe: error: ld returned 1 exit status
i have opened a Github issue #5 but not had an update in a while…
I was just wondering if this is being looked at?