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

Parents
  • when I try to execute make from cygwin in this folder I have :

    $ make rm -rf _build echo Makefile Makefile mkdir _build Compiling file: system_nrf52.c arm-none-eabi-gcc.exe: error: /home/acer-Arthur/workspace/nRF5_SDK_12/components /toolchain/system_nrf52.c: No such file or directory arm-none-eabi-gcc.exe: fatal error: no input files compilation terminated. make: *** [Makefile:163: _build/system_nrf52.o] Error 1

Reply
  • when I try to execute make from cygwin in this folder I have :

    $ make rm -rf _build echo Makefile Makefile mkdir _build Compiling file: system_nrf52.c arm-none-eabi-gcc.exe: error: /home/acer-Arthur/workspace/nRF5_SDK_12/components /toolchain/system_nrf52.c: No such file or directory arm-none-eabi-gcc.exe: fatal error: no input files compilation terminated. make: *** [Makefile:163: _build/system_nrf52.o] Error 1

Children
No Data
Related