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

can't build blinky project

Hi, I'm attenting the tutorial to use Eclipse + gcc, when I try to build the blinky project in Eclipse, I have the following error :

17:19:52 **** Build of configuration Default for project blinky_blank_pca10040 ****

make VERBOSE=1 all 

rm -rf _build

C:/Program Files (x86)/GnuWin32/bin/make -f  makefile -C ./  -e cleanobj

/usr/bin/sh: -c: line 0: syntax error near unexpected token `('

/usr/bin/sh: -c: line 0: `C:/Program Files (x86)/GnuWin32/bin/make -f  makefile -C ./  -e cleanobj'

make: *** [all] Erreur 1

17:19:52 Build Finished (took 222ms)

I don't understand, could tou please give me help/guidelines ??

thanks by advance

Arthur

Related