@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
 ........

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to