From: "Gorton Zhao" Newsgroups: comp.os.msdos.djgpp Subject: Question to DJGPP on Win NT4 Date: Wed, 2 Dec 1998 14:15:30 +0800 Organization: Multiwave Innovation Lines: 32 Message-ID: <742lt6$l7v$1@newton2.pacific.net.sg> NNTP-Posting-Host: 203.120.211.8 X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am using DJGPP at a DOS box under Windows NT 4.0 (workstation). I use 'echo' in the makefile to convert very long command to a file, then compile the source. The following is the statement in the makefile. $(DEPDIR)/%.dep : $(PSOSBSP)/%.c $(DEPDIR) $(OBJDIR) djecho -o $(TEMPX)/$*.cmd " " -c $< -o $(OBJDIR)/$*.o -MD $(CFLAGS) $(CPPFLAGS) $(CC) -via $(TEMPX)/$*.cmd But the djecho (I rename 'echo' to 'djecho') shows errors as below djecho -o C:/TEMP/bspcfg.cmd " " -c ../../pSOS/puma/src/bspcfg.c -o objs/bspcfg. o -MD -zz-1 -fy -zc -G -apcs 3/noswst/nofp -g- -processor StrongARM1 -arch 4 -JD :/ISIARM/pssarm.223/include -I../common -I. -I../../pumacommon -I../../pumaa pi - D__PUMA__=1 -D__LITTLE_ENDIAN__=1 -DDEBUG=2 -I../../pSOS/Puma -DBSP_LITTLE_E NDIA N=1 -DPUMA -I../../pSOS/Puma/src -DTVHOST=1 -DLITTLE_ENDIAN=1 djecho: C:/TEMP/dj100000 1: cannot execute: The parameter is incorrect. djmake.exe: *** [deps/bspcfg.dep] Error 126 Has anyone has the idea on DJGPP under NT and what happens to this djecho? I would appreciate any help on this Thanks, Gorton Zhao