Skip to content

Building DWM1001 bootloader fails #20

Description

@berk-acikgoz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions