You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I make use of a modified version of a community created watchdog_timer which makes use of various functions including ping_start, ping_regist_recv, and ping_regist_sent from lwip/app/ping.h.
When building with mongoose_os_version: 2.15.0 the library builds just fine.
However when building for mongoose_os_version: 2.20.0 it produces the following type of error :
/opt/Espressif/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/9.2.0/../../../../xtensa-lx106-elf/bin/ld: /.../build/objs/mgos_watchdog.c.o: in function `mgos_watchdog_init_net_timer':
/.../libs/connection_watchdog/src/mgos_watchdog.c:162: undefined reference to `ping_start'
The text was updated successfully, but these errors were encountered:
I am running the following build command
with a build target as shown below
I make use of a modified version of a community created watchdog_timer which makes use of various functions including
ping_start
,ping_regist_recv
, andping_regist_sent
fromlwip/app/ping.h
.When building with mongoose_os_version: 2.15.0 the library builds just fine.
However when building for mongoose_os_version: 2.20.0 it produces the following type of error :
The text was updated successfully, but these errors were encountered: