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: <D3C798C302314244BA1F8EFDD43B4FD6019CB8B2@XMBMD104.northgrum.com>
From: "Wallace, Richard K." <rk.wallace@ngc.com>
To: <cygwin@cygwin.com>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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/


