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'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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: