Building application "twr-aloha" for "dwm1001" with MCU "nrf52". "make" -C /private/tmp/RIOT/pkg/nimble "make" -C /private/tmp/RIOT/pkg/nimble/autoadv "make" -C /private/tmp/RIOT/build/pkg/nimble/nimble/controller/src/ -f /private/tmp/RIOT/Makefile.base MODULE=nimble_controller "make" -C /private/tmp/RIOT/build/pkg/nimble/nimble/drivers/nrf52/src/ -f /private/tmp/RIOT/Makefile.base MODULE=nimble_drivers_nrf5x "make" -C /private/tmp/RIOT/build/pkg/nimble/nimble/host/src/ -f /private/tmp/RIOT/pkg/nimble/nimble.host.mk "make" -C /private/tmp/RIOT/build/pkg/nimble/nimble/host/store/ram/src/ -f /private/tmp/RIOT/Makefile.base MODULE=nimble_host_store_ram "make" -C /private/tmp/RIOT/build/pkg/nimble/nimble/host/util/src/ -f /private/tmp/RIOT/Makefile.base MODULE=nimble_host_util "make" -C /private/tmp/RIOT/build/pkg/nimble/porting/npl/riot/src/ -f /private/tmp/RIOT/Makefile.base MODULE=nimble_npl_riot "make" -C /private/tmp/RIOT/build/pkg/nimble/porting/nimble/src/ -f /private/tmp/RIOT/Makefile.base MODULE=nimble_porting_nimble "make" -C /private/tmp/RIOT/pkg/nimble/contrib/ "make" -C /private/tmp/RIOT/build/pkg/nimble/ext/tinycrypt/src/ -f /private/tmp/RIOT/Makefile.base MODULE=nimble_tinycrypt "make" -C /private/tmp/RIOT/build/pkg/nimble/nimble/transport/ram/src/ -f /private/tmp/RIOT/Makefile.base MODULE=nimble_transport_ram "make" -C /private/tmp/RIOT/pkg/uwb-core "make" -C /private/tmp/RIOT/build/pkg/uwb-core/lib/dsp/src -f /private/tmp/RIOT/Makefile.base MODULE=uwb-core_dsp "make" -C /private/tmp/RIOT/build/pkg/uwb-core/lib/uwb_rng/src -f /private/tmp/RIOT/Makefile.base MODULE=uwb-core_rng In file included from /private/tmp/RIOT/build/pkg/uwb-core/lib/uwb_rng/src/rng_encode.c:25: /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h: In function 'dpl_cputime_timer_init': /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h:98:10: error: 'struct hal_timer' has no member named 'timer' 98 | timer->timer.callback = fp; | ^~ /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h:99:10: error: 'struct hal_timer' has no member named 'timer' 99 | timer->timer.arg = arg; | ^~ /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h: In function 'dpl_cputime_timer_start': /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h:117:22: error: 'struct hal_timer' has no member named 'timer' 117 | xtimer_set(&timer->timer, xtimer_now_usec() + cputime); | ^~ /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h: In function 'dpl_cputime_timer_relative': /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h:137:26: error: 'struct hal_timer' has no member named 'timer' 137 | xtimer_set(&timer->timer, now); | ^~ /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h:139:26: error: 'struct hal_timer' has no member named 'timer' 139 | xtimer_set(&timer->timer, 0); | ^~ /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h: In function 'dpl_cputime_timer_stop': /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl_cputime.h:155:25: error: 'struct hal_timer' has no member named 'timer' 155 | xtimer_remove(&timer->timer); | ^~ In file included from /private/tmp/RIOT/pkg/uwb-core/include/dpl/dpl.h:23, from /private/tmp/RIOT/build/pkg/uwb-core/lib/uwb_rng/include/uwb_rng/uwb_rng.h:40, from /private/tmp/RIOT/build/pkg/uwb-core/lib/uwb_rng/src/rng_encode.c:27: /private/tmp/RIOT/build/pkg/uwb-core/hw/drivers/uwb/include/uwb/uwb.h: At top level: /private/tmp/RIOT/build/pkg/nimble/porting/npl/riot/include/syscfg/syscfg.h:15:49: error: 'MYNEWT_VAL_UWB_DEV_TASK_STACK_SZ' undeclared here (not in a function) 15 | #define MYNEWT_VAL(_name) MYNEWT_VAL_ ## _name | ^~~~~~~~~~~ /private/tmp/RIOT/build/pkg/uwb-core/hw/drivers/uwb/include/uwb/uwb.h:1022:28: note: in expansion of macro 'MYNEWT_VAL' 1022 | dpl_stack_t task_stack[MYNEWT_VAL(UWB_DEV_TASK_STACK_SZ)] //!< Stack of the interrupt task | ^~~~~~~~~~ /private/tmp/RIOT/build/pkg/nimble/porting/npl/riot/include/syscfg/syscfg.h:15:49: error: 'MYNEWT_VAL_UWB_RNG_JSON_BUFSIZE' undeclared here (not in a function); did you mean 'MYNEWT_VAL_BLE_LL_RNG_BUFSIZE'? 15 | #define MYNEWT_VAL(_name) MYNEWT_VAL_ ## _name | ^~~~~~~~~~~ /private/tmp/RIOT/build/pkg/uwb-core/lib/uwb_rng/include/uwb_rng/rng_json.h:67:16: note: in expansion of macro 'MYNEWT_VAL' 67 | char iobuf[MYNEWT_VAL(UWB_RNG_JSON_BUFSIZE)]; | ^~~~~~~~~~ make[2]: *** [/private/tmp/RIOT/Makefile.base:107: /private/tmp/RIOT/examples/twr_aloha/bin/dwm1001/uwb-core_rng/rng_encode.o] Error 1 make[1]: *** [Makefile:53: uwb-core_rng] Error 2 make: *** [/private/tmp/RIOT/examples/twr_aloha/../../Makefile.include:672: pkg-build-uwb-core] Error 2