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

No rule to make target 'nrf52832_xxaa'. Stop.

I get the following error when trying to build to target: make: *** No rule to make target `nrf52832_xxaa'. Stop.

I am doing the following on the Blinky Example program: Makefile->Make Targets->Build->(Target) flash nrf52832_xxaa->Build

image description

Parents
  • A FIX! I had this error and I was using the correct hardware and firmware as the other comments suggest. However it was just bonking with that error when I tried to flash the device. Compile was fine.  Cleaning the project didn't solve the flashing issue. The solution is....[drum roll please]....right click on the target "flash nrf52832_xxaa" and delete it. Then create a new one with the same name. Seriously. It worked.

Reply
  • A FIX! I had this error and I was using the correct hardware and firmware as the other comments suggest. However it was just bonking with that error when I tried to flash the device. Compile was fine.  Cleaning the project didn't solve the flashing issue. The solution is....[drum roll please]....right click on the target "flash nrf52832_xxaa" and delete it. Then create a new one with the same name. Seriously. It worked.

Children
No Data
Related