This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I have set the path and the path works in cmd but does not work in Makefile!!!


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]