[fpc-pascal] error msg: "Selected asm reader not supported"
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Aug 8 10:20:34 CEST 2005
On 7 aug 2005, at 21:29, Bartek wrote:
> I am compiling my sources under win32 for win32 with Lazarus.
> And my source codes and the "tcl80.pas" has compiled fine with
> earlier versions of fpc. I only updated the fpc source from svn,
> compiled it, copied over the existing in Lazarus, and rebuild Lazarus.
Maybe it uses the "direct" assembler reader (which is basically "text
substitution" and is incompatible with the binary object writer).
Change it to use the AT&T assembler reader instead.
Jonas
More information about the fpc-pascal
mailing list