X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Command not found Date: Wed, 20 Dec 2006 15:17:45 -0500 Message-ID: From: "Wallace, Richard K." To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id kBKKI7Ob027266 Hello, I have a win 2000 box using eclipse and gnuarm (rev gcc 4.1.1). I am using cgwin rev bu-2.17_gcc-4.1.1-c-c++_nl-1.14.0_gi-6.5.exe. The make command is failing within eclipse and at command prompt with error. (as seen from command prompt) R:\ make make: arm-elf-gcc: Command not found Make: ** [main.o] error 127 (as seen from eclipse ide) .assembling arm-elf-as -ahls -mapcs-32 -o crt.o crt.s > crt.lst .compiling arm-elf-gcc main.c make: arm-elf-gcc: Command not found make: *** [main.o] Error 127 make: Target `all' not remade because of errors. Note: the first command in the makefile, arm-elf-as does work from within the eclipse IDE. If I manually type arm-elf-gcc main.c at the command line compilation occurs. Arm-elf-gcc, arm-elf-as and make.exe reside in their respective directory paths are are defined in the Path variable. c:\cygwin\bin; and c:\program files\gnuarm\bin. I did search the entire computer and rename any explicit instance of "make.exe" not associated to the above cygwin path. What have I done wrong? Thanks, Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/