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
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 thebootloader-custom
directory, I get the following errors:Any advice would be greatly appreciated!