#1 Re: mORMot 1 » Some findings after spent an afternoon fiddling Linux/Lazarus/mORMot » 2016-05-27 19:39:16

KK
AOG wrote:

ARM implementation for interfaces (SOA services) ready and working !


Hi,

it`s great to have the possibility to implement restful with delphi/fpc!!! Thanks for that work!
I`ve downloaded the windows version from AOG (fpclazrtticross) and the fork mORMot. When I compile to linux64 everything works fine, but when I try to compile to arm I get some errors during compilation:

SynCommons.pas(19015,11) Error: Wrong number of parameters specified for call to "Align"
generic.inc(2036,10) Error: Found declaration: Align(LongWord;LongWord):DWord;
generic.inc(2046,10) Error: Found declaration: Align(Pointer;LongWord):^untyped;
SynCommons.pas(19037,11) Warning: Arithmetic "-" on untyped pointer is unportable to {$T+}, suggest typecast
SynCommons.pas(19056,10) Error: Wrong number of parameters specified for call to "Align"
generic.inc(2036,10) Error: Found declaration: Align(LongWord;LongWord):DWord;
generic.inc(2046,10) Error: Found declaration: Align(Pointer;LongWord):^untyped;
SynCommons.pas(19074,12) Error: Wrong number of parameters specified for call to "Align"
generic.inc(2036,10) Error: Found declaration: Align(LongWord;LongWord):DWord;
generic.inc(2046,10) Error: Found declaration: Align(Pointer;LongWord):^untyped;
SynCommons.pas(19120,10) Error: Wrong number of parameters specified for call to "Align"
generic.inc(2036,10) Error: Found declaration: Align(LongWord;LongWord):DWord;
generic.inc(2046,10) Error: Found declaration: Align(Pointer;LongWord):^untyped;

can you help me?

Board footer

Powered by FluxBB