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

make: *** [_build] Error 2

I have somewhat followed this guide for setting up Eclipse to program the nrf51822. I get this error message when trying build the project in eclipse:

12:35:35 **** Incremental Build of configuration realserver for project X ****
make nrf USE_TEST_SERVER=0 
make -f  makefile -C ./  -e nrf52832_xxaa_s132
make[1]: Går til katalog 'C:/eclipse-workspace/gcc'
echo  makefile
process_begin: CreateProcess(NULL, echo makefile, ...) failed.
make[1]: Forlader katalog 'C:/eclipse-workspace/gcc'
make (e=2): Den angivne fil blev ikke fundet.

make[1]: *** [_build] Error 2
make: *** [nrf] Error 2

12:35:35 Build Finished (took 426ms)

I have tried reinstalling GNUMAKE, GNU Tools and eclipse but nothing seems to work. What can be the problem?

Related