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

How to "make" with mingw32

Hi.

I refer to this document. Stopped at Step.B1 now.

If you go to that path using CMD and then type "make", you will see the following problem.

'make' is not an internal or external command, executable program, or batch file.

I found that mingw32 was needed, and I downloaded it, moved it to the same path, and then typed "make".

..../nRF5_SDK_15.0.0_a53641a/external/micro-ecc/nrf52hf_iar/armgcc
$ make
make: C:/Program Files (x86)/GNU Tools ARM Embedded/6 2017-q2-update/bin/arm-none-eabi-gcc: Command not found
Cannot find: 'C:/Program Files (x86)/GNU Tools ARM Embedded/6 2017-q2-update/bin/arm-none-eabi-gcc'.
Please set values in: "..../nRF5_SDK_15.0.0_a53641a/components/toolchain/gcc/Makefile.windows"
according to the actual configuration of your system.
../../../../components/toolchain/gcc/Makefile.common:129: *** Cannot continue.  Stop.

My C: does not have a path called GNU Tools ARM Embedded.

How can I "make" it?

Thank you.

Related