<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 10/16/24 3:14 PM, Christo Crause via
      fpc-pascal wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGOmfbGQios5Ehub07jDagmj1VJ4Fh2_6OggQx26nRbVyDYYcA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Wed, Oct 16, 2024 at
            2:12 AM Rainer Stratmann via fpc-pascal <<a
              href="mailto:fpc-pascal@lists.freepascal.org"
              moz-do-not-send="true" class="moz-txt-link-freetext">fpc-pascal@lists.freepascal.org</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
            - Fpcupdeluxe: A good idea. But it doesn't work. I have
            tried to install an <br>
            AVR crosscompiler on a Linux system. Fatal: Can't find unit
            Infodrwf used by <br>
            Project1. And ‘Project1’ does not use any unit at all.<br>
          </blockquote>
          <div><br>
          </div>
          <div> This is due to the default debug option that enables the
            "Display line numbers in run-time error backtraces". This
            option is not supported on the embedded targets.<br>
          </div>
          <div>To disable this in Lazarus go to: Project > Project
            options > Compielr Options > Debugging</div>
        </div>
      </div>
    </blockquote>
    <p>I made the compiler ignore the option and print a warning on
      these platforms:<br>
    </p>
    <p><a class="moz-txt-link-freetext" href="https://gitlab.com/freepascal.org/fpc/source/-/commit/bdeb161d85e590f36fb0b5eb88c2cd1e3f1943ef">https://gitlab.com/freepascal.org/fpc/source/-/commit/bdeb161d85e590f36fb0b5eb88c2cd1e3f1943ef</a></p>
    <p>Please test.</p>
    <p>Nikolay</p>
  </body>
</html>