[Lazarus] Compliments

Alfred alfred at consulab.nl
Tue Aug 9 21:01:00 CEST 2016


@Dennis

I am sorry, but I cannot reproduce your problem.
I did a fresh install, and all (including cross) runs out-of-the-box !

However, do you know that you do have to add the following into your 
lpr-file ?


program MyCrossProg;
{$mode objfpc}{$H+}

{$ifdef Linux}
   {$ifdef FPC_CROSSCOMPILING}
   {$ifdef CPUARM}
     {$linklib GLESv2}
   {$endif}
   {$linklib libc_nonshared.a}
   {$endif}
{$endif}

uses
  ........



More information about the Lazarus mailing list