[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gcc-as 2.5.1
On Sat, 3 Jan 1998, I wrote:
> Yes, I noticed that, too, but gas 2.5.1 chokes badly on the
> assembler files produced by the MiNT makefile *.spp -> *.s
> process. Do you know how to solve that problem?
I should have figured this out a lot earlier. asmtrans.ttp
produces files with cr/lf end-of-lines; gas 2.51 doesn't like
that at all. As a stop-gap measure, running crlf -s on the
output of asmtrans.ttp works well enough. Asmtrans.ttp should
probably be fixed to produce Unix end-of-lines.
Yves