<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Hi,</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">I have a docker container with
      Lazarus/fpc3.2 and these vlink/vasm installed if it would help?</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Greetings,</div>
    <div class="moz-cite-prefix">Marcus<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Am 21.12.20 um 20:54 schrieb J. Gareth
      Moreton via fpc-devel:<br>
    </div>
    <blockquote type="cite"
      cite="mid:06312224-8e23-b64e-fe04-7d82abb08fa0@moreton-family.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>No, I'm using 3.2.0 as well.  It might be that it only shows up
        if you cross-build from Linux.  I'll keep investigating.</p>
      <p>Gareth aka. Kit<br>
      </p>
      <div class="moz-cite-prefix">On 21/12/2020 19:50, Marcus Sackrow
        via fpc-devel wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:03b9db2a-9152-91cb-07d2-f4e56cd32adc@web.de">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        <div class="moz-cite-prefix">Hi,</div>
        <div class="moz-cite-prefix"><br>
        </div>
        <div class="moz-cite-prefix">no, nothing special the server just
          do a <br>
        </div>
        <div class="moz-cite-prefix"><br>
        </div>
        <div class="moz-cite-prefix">
          <pre class="console-output">make distclean
make distclean
echo '###### start AMIGA making 68020'
make zipinstall PACKDIR=/tmp/jenkins-FPC_m68k-amiga-6948 OS_TARGET=amiga CPU_TARGET=m68k 'CROSSOPT=-Avasm -XV -Cp68020'</pre>
        </div>
        <div class="moz-cite-prefix"><br>
        </div>
        <div class="moz-cite-prefix">but the CPU options should do no
          difference because atari is compiled for 68000 and shows the
          same error</div>
        <div class="moz-cite-prefix"><br>
        </div>
        <div class="moz-cite-prefix">maybe the starting compiler is
          different?</div>
        <div class="moz-cite-prefix"><br>
        </div>
        <div class="moz-cite-prefix">the build server uses 3.2.0 as
          starting compiler<br>
        </div>
        <div class="moz-cite-prefix"><br>
        </div>
        <div class="moz-cite-prefix">Greetings,</div>
        <div class="moz-cite-prefix">Marcus</div>
        <div class="moz-cite-prefix"><br>
        </div>
        <div class="moz-cite-prefix"><br>
        </div>
        <div class="moz-cite-prefix">Am 21.12.20 um 20:32 schrieb J.
          Gareth Moreton via fpc-devel:<br>
        </div>
        <blockquote type="cite"
          cite="mid:cd435650-fde5-9b54-1be2-bf75578d08f5@moreton-family.com">So
          far under Windows, it compiled successfully: <br>
          <br>
          make crossinstall CPU_TARGET=m68k OS_TARGET=amiga
          CROSSOPT="-Avasm -XV"
CROSSBINDIR=C:\Users\garet\Documents\programming\fpc\VasmVLinkforFPCWin32<br>
          <br>
          Is there anything particular that I need to do? <br>
          <br>
          Gareth aka. Kit <br>
          <br>
          On 21/12/2020 18:44, Marcus Sackrow via fpc-devel wrote: <br>
          <blockquote type="cite">Hi Gareth, <br>
            <br>
            btw it was catched by the build server <br>
            <br>
            <a class="moz-txt-link-freetext"
              href="http://build.alb42.de:8080/job/FPC_m68k-amiga/6948/console"
              moz-do-not-send="true">http://build.alb42.de:8080/job/FPC_m68k-amiga/6948/console</a>
            <br>
            <a class="moz-txt-link-freetext"
              href="http://build.alb42.de:8080/job/FPC_m68k-atari/6659/console"
              moz-do-not-send="true">http://build.alb42.de:8080/job/FPC_m68k-atari/6659/console</a>
            <br>
            <a class="moz-txt-link-freetext"
              href="http://build.alb42.de:8080/job/FPC_m68k-linux/6941/console"
              moz-do-not-send="true">http://build.alb42.de:8080/job/FPC_m68k-linux/6941/console</a>
            <br>
            <br>
            <br>
            you can see if you get the same error message <br>
            <br>
            Good luck. <br>
            <br>
            Am 21.12.20 um 19:40 schrieb J. Gareth Moreton via
            fpc-devel: <br>
            <blockquote type="cite">That should be fine - thanks
              Marcus.  I need to reproduce the internal <br>
              error that's being reported, and so I can compare the
              disassembly of <br>
              ppcross68k to see where my optimisation is going wrong. <br>
              <br>
              Gareth aka. Kit <br>
              <br>
              On 21/12/2020 18:29, Marcus Sackrow via fpc-devel wrote: <br>
              <blockquote type="cite">Hi Graeth, <br>
                <br>
                Am 21.12.20 um 19:01 schrieb J. Gareth Moreton via
                fpc-devel: <br>
                <blockquote type="cite">I need to fix a bug with one of
                  my optimisations that causes <br>
                  ppcross68k to raise an internal error.  What target
                  platform should I <br>
                  specify (cross-building from x86_64-win64)? <br>
                </blockquote>
                <br>
                <br>
                for example your could compile for m68k-amiga with <br>
                <br>
                <br>
                make crossall OS_TARGET=amiga CPU_TARGET=m68k
                CROSSOPT="-Avasm -XV" <br>
                <br>
                <br>
                you will need vasm and vlink (assembler and linker) I
                created them once <br>
                already <br>
                <br>
                you can download them here <br>
                <br>
                <a class="moz-txt-link-freetext"
                  href="http://build.alb42.de/fpcbinint/VasmVLinkforFPCWin32.zip"
                  moz-do-not-send="true">http://build.alb42.de/fpcbinint/VasmVLinkforFPCWin32.zip</a>
                <br>
                <br>
                <br>
                is that what you mean? <br>
                <br>
                <br>
                Greetings, <br>
                <br>
                Marcus <br>
                <br>
                <br>
                _______________________________________________ <br>
                fpc-devel maillist  -  <a
                  class="moz-txt-link-abbreviated"
                  href="mailto:fpc-devel@lists.freepascal.org"
                  moz-do-not-send="true">fpc-devel@lists.freepascal.org</a>
                <br>
                <a class="moz-txt-link-freetext"
                  href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel"
                  moz-do-not-send="true">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a>
                <br>
                <br>
              </blockquote>
              <br>
            </blockquote>
            <br>
            _______________________________________________ <br>
            fpc-devel maillist  -  <a class="moz-txt-link-abbreviated"
              href="mailto:fpc-devel@lists.freepascal.org"
              moz-do-not-send="true">fpc-devel@lists.freepascal.org</a>
            <br>
            <a class="moz-txt-link-freetext"
              href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel"
              moz-do-not-send="true">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a>
            <br>
            <br>
          </blockquote>
          <br>
        </blockquote>
        <p><br>
        </p>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <pre class="moz-quote-pre" wrap="">_______________________________________________
fpc-devel maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-devel@lists.freepascal.org" moz-do-not-send="true">fpc-devel@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel" moz-do-not-send="true">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a>
</pre>
      </blockquote>
      <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
        <table style="border-top: 1px solid #D3D4DE;">
          <tbody>
            <tr>
              <td style="width: 55px; padding-top: 13px;"><a
href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient"
                  target="_blank" moz-do-not-send="true"><img
src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif"
                    alt="" style="width: 46px; height: 29px;"
                    moz-do-not-send="true" width="46" height="29"></a></td>
              <td style="width: 470px; padding-top: 12px; color:
                #41424e; font-size: 13px; font-family: Arial, Helvetica,
                sans-serif; line-height: 18px;">Virus-free. <a
href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient"
                  target="_blank" style="color: #4453ea;"
                  moz-do-not-send="true">www.avast.com</a> </td>
            </tr>
          </tbody>
        </table>
        <a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1"
          height="1" moz-do-not-send="true"> </a></div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
fpc-devel maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>