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

gcc and eclipse with nrf51

eclipse_log.txt

image description

image description

link text

hello there i am trying to make environment for gcc and eclipse with nrf51. i am following above link. i changed my Makefile.winows

ifeq ($(findstring 86, $(ProgramFiles)), )
	PROGFILES := C:/Program Files

else
	PROGFILES := C:/Program Files (x86)
endif

GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/5.4 2016q3
GNU_VERSION := 5.4.1
GNU_PREFIX := arm-none-eabi

and i run command in terminal like as below. but its not working. can you help me??Untitled.png

image description

Related