From: "Joe D'Abbraccio" Newsgroups: comp.os.msdos.djgpp Subject: Re: NT make problems Date: Wed, 16 Aug 2000 11:32:07 -0400 Organization: Motorola Lines: 31 Message-ID: <8nec3g$bp6$1@schbbs.mot.com> References: <8nbp4n$9g1$1 AT schbbs DOT mot DOT com> <3028-Tue15Aug2000224739+0300-eliz AT is DOT elta DOT co DOT il> <8ncc0l$nhb$1 AT schbbs DOT mot DOT com> <2110-Wed16Aug2000085333+0300-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: 220.100.232.198 X-Trace: schbbs.mot.com 966439856 12070 220.100.232.198 (16 Aug 2000 15:30:56 GMT) X-Complaints-To: postmaster AT mot DOT com NNTP-Posting-Date: 16 Aug 2000 15:30:56 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:2110-Wed16Aug2000085333+0300-eliz AT is DOT elta DOT co DOT il... > > dspasm -bc:/workdir/lnk/boot.eln -l > > c:/workdir/lnk/boot.lst -oelf -Ic:/workdir/include -g -omex,md,rc -dPROC_F > > AMILY 2 -dPRO > > Is this one long line, or more than a single line? > It is a single long line > > I suspect that either (1) the problem is that the above command line > overflows the 126-character limit of DOS command lines (DJGPP programs > currently only know how to pass longer commands between themselves, > but they cannot do that with non-DJGPP programs); or (2) dspasm is > some kind of DOS-extended program which is incompatible with the way > DJGPP programs switch into protected mode. > > In both cases, trying another port of Make is your best bet. > Sometimes, the DSP development kits supply a real-mode executable of > their tools, so if you have them, you might try it and see if that > helps. The gnu version built with MS VC++5 seems to be working so far. Thanks for your help, Joe