Page 1 of 1

NRF error while building

Posted: Thu Dec 17, 2020 1:26 pm
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

Re: NRF error while building

Posted: Thu Dec 17, 2020 1:37 pm
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
?