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