Mail Archives: djgpp/2000/08/16/19:15:27
"Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> 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
- Raw text -