This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

make: *** No rule to make target `_build/NR', needed by `nrf51422_xxac_s110'. Stop.

I'm trying to make one of the examples in the SDK v9, but I'm stuck on the following error;

L:\NR - nRF firmware\Nordic SDK\V9\examples\ble_peripheral\ble_app_template\pca10028\s110\armgcc>make
rm -rf _build
echo  makefile
makefile
mkdir _build
make: *** No rule to make target `_build/NR', needed by `nrf51422_xxac_s110'.  Stop.

I haven't changed the makefile at all - it is still as it comes in the SDK. I get the same error when trying to compile other examples (such as ble_app_hrs).

Any idea what the cause could be?

Related