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.cError: 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_initcc1: all warnings being treated as errors
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:
mastermynewt:
1.8.0gcc:
10.3.0Compiling 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