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

make[1]: *** [_build/app_error.o] Error 1

Hello Everyone, right now i use nrf51-dev kit and i want blinky code for that, in Keil i compile code and load in kit and it work fine but now i want to make code in eclipse, for that i install all required tool, but now it give me error in console is

echo makefile

makefile

mkdir _build

Compiling file: app_error.c

The system cannot find the path specified.

make[1]: *** [_build/app_error.o] Error 1

make[1]: Leaving directory

`D:/Work/NRF/DOC/nRF51_SDK_7.1.0_372d17a/examples/ble_central/ble_app_multilink_central/pca10028/ser_s120_uart/armgcc'

make: *** [all] Error 2

ant idea whay it happen or any solution for this. Thank you

Related