interoberlin / nRF51-adc-test

A simple demonstration of ADC and NUS (Nordic UART Service) using the nRF-DK board.
http://electronut.in/nrf51-adc-test/
0 stars 0 forks source link

No rule to make target '_build/nrf_delay.o', needed by 'nrf51422_xxac_s110' #3

Closed matthiasbock closed 8 years ago

matthiasbock commented 8 years ago
$ ./build.sh 
rm -rf _build *.jlink
echo  Makefile
Makefile
mkdir _build
Compiling file: app_button.c
Compiling file: app_error.c
Compiling file: app_fifo.c
Compiling file: app_timer.c
Compiling file: app_trace.c
Compiling file: nrf_assert.c
Compiling file: retarget.c
Compiling file: app_uart_fifo.c
make: *** No rule to make target '_build/nrf_delay.o', needed by 'nrf51422_xxac_s110'.  Stop.
matthiasbock commented 8 years ago

Error in Makefile:

$(SDK_ROOT)/components/drivers_nrf/hal/nrf_delay.c

must be changed to

$(SDK_ROOT)/components/drivers_nrf/delay/nrf_delay.c