Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building DWM1001 bootloader fails #18

Open
berk-acikgoz opened this issue Sep 17, 2021 · 0 comments
Open

Building DWM1001 bootloader fails #18

berk-acikgoz opened this issue Sep 17, 2021 · 0 comments

Comments

@berk-acikgoz
Copy link

berk-acikgoz commented Sep 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant