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 #20

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

Building DWM1001 bootloader fails #20

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

Comments

@berk-acikgoz
Copy link

I'm attempting to build the bootloader for DWM1001 as shown in the uwb-apps repository, 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

I could not find the definition or declaration of the deinit anywhere but it is included in the bootloader source for mynewt.

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