Compiling problem with cygwin

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Post Reply
vietnguyen
Newbie
Posts: 2
Joined: Sun Jan 25, 2015 4:12 pm

Compiling problem with cygwin

Post by vietnguyen » Mon Oct 05, 2015 5:04 pm

Hello,

I downloaded the Erika IDE 2.5.0 and installed the minimal cygwin as instructed at the Erika's download page.

I tried to build an example of STM32F4 discovery and see the error:

22:55:15 **** Incremental Build of configuration Default for project Test ****
"C:\\Users\\Constantine\\workspace\\Test\\Debug\\make_launcher.bat" all
C:\cygwin\bin\bash found!
Using erika files in /cygdrive/c/ARM/ERIKAE~1/eclipse/plugins/CO1D08~1.201/ee_files
CC stm32f4_discovery.c
/bin/sh: /cygdrive/c/PROGRA~2/GNUTOO~1/4195F~1.920/bin/bin/arm-none-eabi-gcc.exe: No such file or directory
make: *** [obj/contrib/st/STM32F4-Discovery/src/stm32f4_discovery.o] Error 127

I do not know where I was wrong, please help!

paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

Re: Compiling problem with cygwin

Post by paolo.gai » Tue Oct 06, 2015 6:24 am

check the directory you specified. the message says "...bin/bin...". just remove a bin from your path specified in eclipse.

Post Reply