Hey There!
I’ve just recently receieved my SparkFun Pro nRF52840 Mini development board and have been trying to set up my Arduino IDE to start developing some applications. I’ve followed all of the recommended steps, including:
However, when attempting to compile the Blinky Button BLE example (found here:- https://learn.sparkfun.com/tutorials/nr … 1551685662), I am presented with the an error (see the below error message):
"Arduino: 1.8.9 (Windows 10), Board: “SparkFun Pro nRF52840 Mini, s140 6.1.1 r0, Level 0 (Release)”
C:\Users\kiern\AppData\Local\Arduino15\packages\adafruit\tools\gcc-arm-none-eabi\5_2-2015q4/bin/arm-none-eabi-ar: unable to rename ‘core\core.a’; reason: File exists
exit status 1
Error compiling for board SparkFun Pro nRF52840 Mini.
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences."
Can anyone help me out with how to resolve this??