sparkfun / nRF52832_Breakout

Breakout board for the Nordic nRF52832, a BLE/ANT/2.4GHz, Cortex-M4F SoC.
Other
74 stars 39 forks source link

Compiling the Bootloader #8

Closed roobituk closed 6 years ago

roobituk commented 6 years ago

I can't seem to make the boot-loader custom on Windows 10.

I've download the arm-none-eabi-gcc toolchain and I've installed GnuMake yet when I run make inside the bootloader-custom directory, I get the following errors:

rm -rf _build
process_begin: CreateProcess(NULL, rm -rf _build, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [clean] Error 2

Any advice would be greatly appreciated!

roobituk commented 6 years ago

Ok, so installing CoreUtils for Windows solved the problem.