<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    At least for debian the values for Floating point should be OK for
    the Wandboard:<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    "Currently the Debian armhf port requires at least an ARMv7 CPU with
    Thumb-2 and VFP3D16." (<a class="moz-txt-link-freetext" href="https://wiki.debian.org/ArmHardFloatPort">https://wiki.debian.org/ArmHardFloatPort</a>)<br>
    <br>
    Michael<br>
    <br>
    <div class="moz-cite-prefix">Am 29.06.15 um 14:41 schrieb Jonas
      Maebe:<br>
    </div>
    <blockquote
cite="mid:20150629144154.Horde.XeZ-Y0isJlFVkT0SXpnR2rA@mail.elis.ugent.be"
      type="cite">
      <br>
      Andrew Brunner wrote on Sun, 28 Jun 2015:
      <br>
      <br>
      <blockquote type="cite">make clean all OPT=-dARMHF DEBUG=1
        OS_TARGET=linux CPU_TARGET=arm CPU_SOURCE=arm
        <br>
        <br>
        Building crashes at compiling system.pp
        <br>
        <br>
        as   -o /Developer/FPC/rtl/units/arm-linux/dllprt0.o
        arm/dllprt0.as
        <br>
        as  -o /Developer/FPC/rtl/units/arm-linux/cprt0.o arm/cprt0.as
        <br>
        as  -o /Developer/FPC/rtl/units/arm-linux/gprt0.o arm/gprt0.as
        <br>
        as  -o /Developer/FPC/rtl/units/arm-linux/ucprt0.o arm/ucprt0.as
        <br>
        /Developer/FPC/compiler/ppc1 -Ur -gl -Ur -Xs -O2 -n -Fi../inc
        -Fi../arm -Fi../unix -Fiarm -FE.
        -FU/Developer/FPC/rtl/units/arm-linux -dARMHF -darm -dDEBUG
        -dRELEASE -Us -Sg system.pp
        <br>
        flt_pack.inc(119,5) Error: Syntax error while parsing a
        conditional compiling expression
        <br>
      </blockquote>
      <br>
      That suggests a miscompiled ppc1. You can try using OPT="-dARMHF
      -O-" for the initial bootstrap to avoid potential wrong
      optimisations by the 2.6.4 starting compiler. Unrelated to this,
      you should probably also specify the correct architecture and VFP
      version for your platform, similar to what Michael suggested (but
      not necessarily the same, as it depends on your CPU).
      <br>
      <br>
      <br>
      Jonas
      <br>
      _______________________________________________
      <br>
      fpc-pascal maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a>
      <br>
    </blockquote>
    <br>
  </body>
</html>