[fpc-pascal] error msg: "Selected asm reader not supported"

Marco van de Voort marcov at stack.nl
Sun Aug 7 20:09:54 CEST 2005


> Using the current compiler from svn, i get the following message when 
> trying to compile "tcl80.pas". This also happens when i try to compile 
> other code using asm code.
> 
> [...]\tcl80.pp(1023,6) Fatal: Selected assembler reader not supported
> 
> thanks for your help in advance.

This error is typical of code that is designed for x86. You are probably
compiling for a different target, e.g. AMD64 or Powerpc. The code needs to
be fixed for that.




More information about the fpc-pascal mailing list