Decawave / uwb-apps

Apache License 2.0
33 stars 31 forks source link

Building DWM1001 bootloader fails #18

Open berk-acikgoz opened 2 years ago

berk-acikgoz commented 2 years ago

I'm attempting to build the bootloader for DWM1001 as shown in 5. in the tutorial under README.md, but I'm running into the following error.

system specs: uwb-apps: master mynewt: 1.8.0 gcc: 10.3.0

Compiling repos/mcuboot/boot/mynewt/src/main.c Error: repos/mcuboot/boot/mynewt/src/main.c: In function 'main': repos/mcuboot/boot/mynewt/src/main.c:254:5: error: implicit declaration of function 'hal_bsp_deinit'; did you mean 'hal_bsp_init'? [-Werror=implicit-function-declaration] 254 | hal_bsp_deinit(); | ^~~~~~~~~~~~~~ | hal_bsp_init cc1: all warnings being treated as errors