X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Mon, 26 May 2008 10:28:13 +0900 From: geldqb To: cygwin AT cygwin DOT com Subject: I have set the path and the path works in cmd but does not work in Makefile!!! MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes 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 hi, every body. I have met with a problm and I have tried to find the answser myself but failed. so please give me a hand. when i run makefile i got an error message below: ------------------------------------------------------------------------------------------------- arm-elf-gcc -c -mcpu=arm7tdmi -mlittle-endian -Wall -g -O2 -I. -I../include - I../arch -I.. -I../target/at91skyeye_gcc -I../arch/arm_gcc/common -DALLFUNC -I ../kernel ../arch/arm_gcc/common/start.S make: arm-elf-gcc: Command not found make: *** [start.o] Error 127 ------------------------------------------------------------------------------------------------- but i HAVE set the path where arm-elf-gcc is in the .bashrc in the HOME directory. i typed arm-elf-gcc directly at cmd, and i got the message below, which means arm-elf-gcc is found. ------------------------------------------------------ arm-elf-gcc: no input files ------------------------------------------------------ so where the problem are? -- 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/