avk959 / LGenerics

Generic algorithms and data structures for Lazarus/Free Pascal
Apache License 2.0
113 stars 16 forks source link

No size specified and unable to determine the size of the operands #13

Closed piula closed 10 months ago

piula commented 10 months ago

Hello,

I recently upgraded FPC to most recent trunk snapshot and am now facing the following errors in compiling lgint128:

lgint128.pas(1110,16) Error: No size specified and unable to determine the size of the operands lgint128.pas(1673,15) Error: No size specified and unable to determine the size of the operands lgint128.pas(1682,15) Error: No size specified and unable to determine the size of the operands lgint128.pas(1684,15) Error: No size specified and unable to determine the size of the operands lgint128.pas(1734,15) Error: No size specified and unable to determine the size of the operands

I don't have much experience in ASM, so I appreciate any help to fix this error.

I am trying to cross-compile from win64 to win32.

Thank you :)

avk959 commented 10 months ago

I am trying to cross-compile from win64 to win32.

Is that really possible?

But it can be tried to be fixed, of course(done).

piula commented 10 months ago

Thank you 👍