I am following this tutorial
I'm using Segger Embedded Studio v3.10i, and SDK 12.2.0. I have the exact same problem in both Linux and Windows.
I have done everything preceding "Building". When I try to build, it says that nrf.h
and compiler_abstraction.h
are not found ("No such file or directory.") - i.imgur.com/eNr36xc.png
While ../../../../../../components/device
is in my "Preprocessor -> User Include Directories" settings, both nrf.h
and compiler_abstraction.h
exist in SDK/components/device/
.
As in the tutorial, I'm working on the project SDK/examples/ble_peripheral/ble_app_beacon
.
Unlike the tutorial, I'm working on the pca10028/s130
version.