<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello again,</p>
    <p>thanks for the pointer. I was a bit puzzled by the outcome until
      I also added the "--synch" option in order to see that all CUs
      fail out of the box because the cross compiler's paths and builtin
      defines are not provided. I suppose that the warnings about
      unsupported and thus ignored compilerflags don't reall hurt.</p>
    <p>I have not yet tried further adding all the paths and defines
      manually yet, but if I become restless, I might ;)<br>
    </p>
    <p>It's a shame that this is not yet supported, as the introduction
      of clangd rendered the cquery project abandoned, which actually
      supported this out of the box :(</p>
    <p>Michael<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Am 03.06.2019 um 11:52 schrieb Kadir
      Çetinkaya:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAKPTFPam5NKfeei1iLTEdJgKBTTUqxSFLOwLQsDN28tEMoP1zg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">Could you try adding "-log=verbose" to clangd
          args? Which can be done by adding
          <div>```<br>
            <div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;line-height:19px;white-space:pre"><div> <span style="color:rgb(156,220,254)">"clangd.arguments"</span>: [</div><div>        <span style="color:rgb(206,145,120)">"-log=verbose"</span>,</div><div> ],</div></div>
          </div>
        </div>
        <div>```</div>
        <div>to your settings.json. Then you should see the diagnostics
          for those uncompilable errors.<br>
        </div>
        <div><br>
        </div>
        <div>Wild guess; it will most likely be fixed with: <a
            href="https://reviews.llvm.org/D62804" class="cremed"
            moz-do-not-send="true">https://reviews.llvm.org/D62804</a></div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Sun, Jun 2, 2019 at 7:40
            PM Michael Steinberg via clangd-dev <<a
              href="mailto:clangd-dev@lists.llvm.org"
              moz-do-not-send="true">clangd-dev@lists.llvm.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">Hi there,<br>
            <br>
            I'm trying to get clangd running inside vscode on windows.
            The project <br>
            is using the gnu-arm-none-eabi toolchain. For almost all
            compilation <br>
            units I get the error message "IndexingAction failed: has
            uncompilable <br>
            errors". Is there any way to get more infos about the
            failure cause?<br>
            <br>
            Kind regards<br>
            Michael<br>
            <br>
            <br>
            _______________________________________________<br>
            clangd-dev mailing list<br>
            <a href="mailto:clangd-dev@lists.llvm.org" target="_blank"
              class="cremed" moz-do-not-send="true">clangd-dev@lists.llvm.org</a><br>
            <a
              href="https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev"
              rel="noreferrer" target="_blank" class="cremed"
              moz-do-not-send="true">https://lists.llvm.org/cgi-bin/mailman/listinfo/clangd-dev</a><br>
          </blockquote>
        </div>
      </div>
    </blockquote>
  </body>
</html>