Marco van de Voort wrote:

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.

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.

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

Reply via email to