Error compiling for board nRF52832 breakout.

Whenever I try to compile code in the Arduino IDE I get the error:

exec: “C:\Users\%User%”: file does not exist

Error compiling for board SparkFun nRF52832 Breakout.

I have followed the guide here https://learn.sparkfun.com/tutorials/nr … okup-guide

so I don’t know what I am doing wrong.

Hi, thanks for writing in on the forums.

There are plenty of reasons why you are getting that error. Try Googling “exec: “C:\Users\%User%”: file does not exist” and go through the troubleshooting suggestions you see in any of the Arduino forum posts. You may need to uninstall / reinstall Arduino or add new board definitions.

I hope this helps.

Thanks, Ill try that