<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/58460>58460</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            C‘s library file missing how to solve?
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          Stark-qan
      </td>
    </tr>
</table>

<pre>
    C library file missing error when using toolchain.
Error is as follows:
```
In file included from hello.c:1:
/usr/include/stdio.h:27:10: fatal error: 'bits/libc-header-start.h' file not found
#include <bits/libc-header-start.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
But once I referenced the GCC C library, compilation worked.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJytUsty4yAQ_Bp0oaxCyHodONiKncp5v2AQI4kEgwMorvz9ItnevaT2tKoRAtE93cwgnfoWPTVaevDfdNQG6UWHoO1E0Xvn6W1GS5ftR3TODDNomxP2QtjhtAF0oBDo6Ixxt0BOZ3LsSXe4I0jNHrEt3-xdQdvBLAoVHb270BkTNR9IeSjS-yDy8xJ8Gh_QNAtRaZfPCcKbFcvSQEeIYO5O1yXhjdQxJHQ60bCbERT6XYjgY2Ly5i5vXUx-F6ueWuVDhZKy_we_PN0J9PmQ6kSa_xdb8uJR9wkteoio8h9LeVwidXZA-kY9jugxzRWNM9LXvqd_Okp4Twd3uWoDUTtLb85_pJQZiqKu66IuWMMyJUrVlR1kUUeDoicnTlpGujb8fDFmd0t3gQZnvpCU52zxRswxXsPaPn5OMek4LzJPymspzdfzs7t6945DXBsbwoJrpat2X7NsFuW-GYA3JagCJAMFBQ6yBl6xljOpIDMg0QRBqiOpXjItOOO8YEXH6rJgXa4ktOO-AqyVVNhKsmd4AW3yVTh3fsq82DzIZQpp0-gQw99NSGebLOIzPyxxdl78Sr3_2H2CzTbDYnP7G7NO-g4">