<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Il 14/07/2016 00:37, Mattias Gaertner
      ha scritto:<br>
    </div>
    <blockquote cite="mid:20160714003751.5f86ee88@limapholos.matflo.wg"
      type="cite">
      <pre wrap="">I'm not an arm expert.</pre>
    </blockquote>
    <p>I'm not either. But I'm forced by circumstances to learn <span
        class="moz-smiley-s15"><span>:'(</span></span>. The Raspberry
      Pi3 is quite popular and has enough computing power to be usable
      in our field of industrial applications.<br>
    </p>
    <p>Maybe you missed my previous post. The compile problem is solved.
      I had set one of the required options in Custom Options (which
      applies only to project files) instead of putting it in Additions
      and Overrides (which applies also to packages). That way it
      compiles properly both the LCL and the project, it links with the
      appropriate cross-libraries and it generates an arm executable.<br>
    </p>
    <p>However there is still a minor issues, and a major one:</p>
    <ol>
      <li>When cross compiling, packages do inherit properly from the
        project the Target OS and Target CPU Family compiler options,
        but they do not inherit the Target Processor option. Workaround:
        add it to Additions and Overrides, but it would deserve a fix.</li>
      <li>Apparently there is some incompatibility between host and
        target gtk-related libraries, because, while a console
        application runs just fine, a visual one crashes at startup
        because "GtkAdjustment has no property named ''". I'll
        investigate...<br>
      </li>
    </ol>
    However thank for your help.<br>
    <br>
    Giuliano<br>
    <p><br>
    </p>
  </body>
</html>