This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: Problem with make and shells


Sorry Guys, what a stupid mistake. Removing the PATH= part and the problem
has gone away.

Cheers for the help. DOH!!!

Andy Hare
----- Original Message -----
From: Andy Hare <andy@hare.u-net.com>
To: <cygwin@sourceware.cygnus.com>
Sent: Wednesday, December 22, 1999 11:44 PM
Subject: Problem with make and shells


> Hi,
>     I am running b20.1 under Nt and win95. I have a makefile that calls
> itself to make different targets. However, it produces a command not found
> error when it tries to run the gcc. Actually as this is cross compiler
> system the actual gcc being run is called arm-elf-gcc.exe and it is held
in
> another directory that is on the path. If the makefile is modified such
that
> it does not call make then the gcc is found and all is ok.
>
> Below is the output of the command:
>
> bash-2.02$ make angel
> make ledblink.bin PATH=angel_obj OBJ=angel_obj/ DEBUG="AT91_DEBUG_ANGEL=1"
> make[1]: Entering directory `/c/cygnus/xgcc-arm/eb01/examples/led_blink'
> arm-elf-gcc.exe -DAT91M40400=1 -DAT91EB01=1 -g -c
> ../../library/init/in_main.c -
> oangel_obj/in_main.o
> make[1]: arm-elf-gcc.exe: Command not found
> make[1]: *** [angel_obj/in_main.o] Error 127
> make[1]: Leaving directory `/c/cygnus/xgcc-arm/eb01/examples/led_blink'
> make: *** [angel] Error 2
> bash-2.02$
>
>  Is this a standard problem and if so how do I get round it.
>
> I really need the ability to have multiple targets in the one makefile
that
> use different object file directories, hence the requrement for the make
> call.
>
> Andy Hare
>
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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