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
/home/mat03/Anjay-zephyr-client/modules/lib/anjay/src/lwm2m.c:176: undefined reference to sntp_simple' /home/mat03/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: modules/anjay/lib..__modules__lib__anjay.a(lwm2m.c.obj): in function set_system_time':
/home/mat03/Anjay-zephyr-client/modules/lib/anjay/src/lwm2m.c:160: undefined reference to clock_settime' /home/mat03/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: modules/anjay/lib..__modules__lib__anjay.a(lwm2m.c.obj): in function anjay_zephyr_lwm2m_stop':
/home/mat03/Anjay-zephyr-client/modules/lib/anjay/src/lwm2m.c:952: undefined reference to avs_time_monotonic_now' /home/mat03/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: modules/anjay/lib..__modules__lib__anjay.a(device.c.obj): in function resource_read':
/home/mat03/Anjay-zephyr-client/modules/lib/anjay/src/objects/device.c:204: undefined reference to `avs_time_real_now'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
although I didn't change anything in the example
The text was updated successfully, but these errors were encountered:
each time he receives
/home/mat03/Anjay-zephyr-client/modules/lib/anjay/src/lwm2m.c:176: undefined reference to
sntp_simple' /home/mat03/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: modules/anjay/lib..__modules__lib__anjay.a(lwm2m.c.obj): in function
set_system_time':/home/mat03/Anjay-zephyr-client/modules/lib/anjay/src/lwm2m.c:160: undefined reference to
clock_settime' /home/mat03/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: modules/anjay/lib..__modules__lib__anjay.a(lwm2m.c.obj): in function
anjay_zephyr_lwm2m_stop':/home/mat03/Anjay-zephyr-client/modules/lib/anjay/src/lwm2m.c:952: undefined reference to
avs_time_monotonic_now' /home/mat03/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: modules/anjay/lib..__modules__lib__anjay.a(device.c.obj): in function
resource_read':/home/mat03/Anjay-zephyr-client/modules/lib/anjay/src/objects/device.c:204: undefined reference to `avs_time_real_now'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
although I didn't change anything in the example
The text was updated successfully, but these errors were encountered: