NRF error while building

Post here to get support
Post Reply
Maximiliandio
Beginner
Posts: 8
Joined: Sun Oct 18, 2020 1:51 pm

NRF error while building

Post by Maximiliandio »

Hi, I want to implement some p2p functionality and followed this instruction https://www.bitcraze.io/documentation/r ... 2/p2p_api/. However, when I try to build the NRF firmware with make BLE=0 I get the following error message:

src/ble/ble.c:19:10: fatal error: nordic_common.h: No such file or directory
#include "nordic_common.h"
^~~~~~~~~~~~~~~~~
compilation terminated.
<builtin>: recipe for target 'src/ble/ble.o' failed

Any suggestions on how I can proceed?

Cheers Max
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: NRF error while building

Post by kimberly »

Hmm interesting... BLE=0 actually should not build any bluetooth supported library...

btw have you downloaded all dependencies with

Code: Select all

./tools/build/download_deps
?
Post Reply