Recent

Author Topic: Fatal: Selected assembler reader not supported  (Read 7041 times)

kodok_buncit

  • New Member
  • *
  • Posts: 33
    • fajardelphiscript
Fatal: Selected assembler reader not supported
« on: April 25, 2011, 10:23:52 am »
<somewhere in machine>\epiktimer-0.2\epiktimer.pas(320,3) Fatal: Selected assembler reader not supported

 any idea ? %)

fpc : 2.5.1
os : xp
« Last Edit: April 25, 2011, 10:34:07 am by kodok_buncit »
Peace and blessings be upon you all

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12566
  • FPC developer.
Re: Fatal: Selected assembler reader not supported
« Reply #1 on: April 25, 2011, 10:57:39 am »
<somewhere in machine>\epiktimer-0.2\epiktimer.pas(320,3) Fatal: Selected assembler reader not supported

 any idea ? %)

fpc : 2.5.1
os : xp

Well, first always post what is on that problem line with a bit of context.

But my guess is that it is {$asmmode direct} as used in very old FPCs. Probably the piece of code is 10 years old or older.

It probably has to be updated, but it will probably need more modifications (for e.g. general 1.0.x-2.0.x changes).

($asmmode direct simply copied the asm block to the backend assembler without modification. One couldn't use e.g. paramnames in that mode. It was later replaced by asmmode ATT, and even later also asmmode intel appeared)


kodok_buncit

  • New Member
  • *
  • Posts: 33
    • fajardelphiscript
Re: Fatal: Selected assembler reader not supported
« Reply #2 on: April 25, 2011, 11:26:33 am »
Well, first always post what is on that problem line with a bit of context.

oke, im sorry   :'(

But my guess is that it is {$asmmode direct} as used in very old FPCs. Probably the piece of code is 10 years old or older.
...

any newer epiktimer?or any other component with same capabilities? 
Peace and blessings be upon you all

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12566
  • FPC developer.
Re: Fatal: Selected assembler reader not supported
« Reply #3 on: April 25, 2011, 02:26:25 pm »

any newer epiktimer?or any other component with same capabilities? 

I don't know. TTimer of Lazarus was always good enough. Moreover, nearly all other components are usually not 64-bit or non x86 portable.

pik33

  • Jr. Member
  • **
  • Posts: 78
Re: Fatal: Selected assembler reader not supported
« Reply #4 on: April 26, 2011, 01:59:14 pm »
There is 1.0 version of EpikTimer; replace your obsolete 0.2 with this.

 

TinyPortal © 2005-2018