<div dir="ltr"><div>Hi,</div><div><br></div><div>I build my own tool app based on clang tooling but I get stddef.h not found sometimes. </div><div>I compile with clang compiler but the compiled tool seems to be looking in gcc folders. How do I change the installedDir path to look up clang folders and find stddef.h? </div><div><br></div>clang version 11.0.0 (<a href="https://github.com/llvm/llvm-project.git">https://github.com/llvm/llvm-project.git</a> 0160ad802e899c2922bc9b29564080c22eb0908c)<br>Target: x86_64-unknown-linux-gnu<br>Thread model: posix<br>InstalledDir: <br>Found candidate GCC installation: /../lib/gcc/x86_64-linux-gnu/8<br>Found candidate GCC installation: /../lib/gcc/x86_64-linux-gnu/9<br>Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8<br>Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/9<br>Selected GCC installation: /../lib/gcc/x86_64-linux-gnu/9<br>Candidate multilib: .;@m64<br>Candidate multilib: 32;@m32<br>Candidate multilib: x32;@mx32<br>Selected multilib: .;@m64<br><div><br></div><div>Regards,</div><div><br></div><div>Billy.</div></div>