adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
438 stars 393 forks source link

[Bug] make all compilation error #170

Closed Bhamoss closed 3 years ago

Bhamoss commented 3 years ago

Describe the bug When compiling with make BOARD=feather_nrf52840_express all, compilation terminates with error as follows:

CC dfu_ble_svc.c
In file included from src/dfu_ble_svc.c:41:
lib/sdk11/components/libraries/bootloader_dfu/dfu_ble_svc.h:39:10: fatal error: nrf.h: No such file or directory
   39 | #include "nrf.h"
      |          ^~~~~~~
compilation terminated.
make: *** [Makefile:354: _build/build-feather_nrf52840_express/dfu_ble_svc.o] Error 1

Set up (please complete the following information)

To Reproduce Steps to reproduce the behaviour: execute make BOARD=feather_nrf52840_express all in bash

Expected behaviour A compilation with output files ready to flash. I am looking for the version without SoftDevice.

Additional contexts This is my first ever bug report, any faults in doing this are unintentional.

dhalbert commented 3 years ago

Did you bring in the submodules? git submodule update --init

Bhamoss commented 3 years ago

No, my apologies for wasting your time.

On Tue, Oct 13, 2020 at 21:27, Dan Halbert notifications@github.com wrote:

Did you bring in the submodules? git submodule update --init

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.