This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

Re: make problem -- does not terminate on error


Igor Pechtchanski wrote:

Try to print the environment from the inside of the makefile (by putting a
-env in the default rule).  That may give some clues.

Also, make sure you're running the correct (cygwin) make ('which make'
should do it).  Make sure you're using '$(MAKE)' to invoke make
recursively, rather than 'make', as the path may be set incorrectly.  I
would put both '-which make' and '-echo $(MAKE)' in the default rule, just
to verify that.
I checked and I am indeed invoking make via $(MAKE).

I checked the environment as you suggested -- here's the output. I don't see anything suspicious, but then again I'm not really sure what I'm looking for:

env
HTC_PIC18=C:\HTSOFT\PIC18
TEMP=/cygdrive/c/WINDOWS/TEMP/
HOSTNAME=PUMPKIN
TERM=cygwin
SHELL=/bin/sh.exe
HOME=/home/aek
LM_LICENSE_FILE=c:\flexlm\license.dat
A51INC=C:\FSI\INC
PROMPT=$p$g
C51LIB=/cygdrive/c/keil/c51/lib
SHLVL=1
CLASSPATH=C:\WINDOWS\SYSTEM\QTJava.zip;
!C:=C:\cygwin\bin
PS1=\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$
PATH=/cygdrive/c/Program Files/AQ430:/cygdrive/c/keil/c51/bin:/usr/m6811/bin:
/usr/local/bin:/usr/bin:/bin:/cygdrive/c/FSI/BIN:/cygdrive/e/PERL/BIN:
/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/COMMAND:/cygdrive/c/BIN:
/cygdrive/c/BATCH:/cygdrive/c/AUXIL:/cygdrive/c/DOS:/cygdrive/c/HT-PIC/BIN/:
/cygdrive/c/HT-PIC18/BIN/:/cygdrive/c/HT-V8/BIN/:/cygdrive/c/IAR/EW23/PICMICRO/BIN:
/cygdrive/c/HT-8051/BIN/:.:/cygdrive/c/MCC:/cygdrive/c/MCC/BIN:/cygdrive/c/HT-PIC/BIN:
/cygdrive/c/HTSOFT/PIC18/BIN:.:/cygdrive/c/HT-PIC/BIN:/cygdrive/c/HTSOFT/PIC18/BIN:.
WINBOOTDIR=C:\WINDOWS
PWD=d:/salvo/src
WINDIR=C:\WINDOWS
MFLAGS=- --unix
MAKE_MODE=unix
USER=aek
LIBRARY=D:\POWERC
!D:=D:\Program Files\Metrowerks\CodeWarrior
MAKEFLAGS= --unix
C51TMP=C:\FSI\TEMP
CMDLINE=bash --login -i
_=/usr/bin/make
HTC_WARN_FORMAT=Warning[ ] file %f %l : %s
PCOPTION=/iD:\POWERC
HTC_PIC=C:\HT-PIC
OSTYPE=cygwin
COMSPEC=C:\COMMAND.COM
QTJAVA=C:\WINDOWS\SYSTEM\QTJava.zip
MCC_INCLUDE=C:\MCC\h
OLDPWD=d:/salvo
HTC_ERR_FORMAT=Error[ ] file %f %l : %s
HOSTTYPE=i686
MACHTYPE=i686-pc-cygwin
TMP=/cygdrive/c/WINDOWS/TEMP
SSI_ACT = 300,300,300
MSINPUT=C:\MSINPUT
A51TMP=C:\FSI\TEMP
QPICINFO=c:\iar\ew33\pic18\config\
C51INC=/cygdrive/d/salvo/include:/cygdrive/c/keil/c51/inc
BLASTER=A240 I5 D1 H1 P300 T6
MAKELEVEL=1
which make
/usr/bin/make
echo make
make

What do I do next to try to solve this problem?

Thanks,





---------------------------------------------------------------
Andrew E. Kalman, Ph.D. aek@pumpkininc.com

Pumpkin, Inc.
home of Salvo, The RTOS that runs in tiny places.(TM)
http://www.pumpkininc.com


--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.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]