> 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.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to