<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - incbin does not use -I search folders"
   href="https://llvm.org/bugs/show_bug.cgi?id=26897">26897</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>incbin does not use -I search folders
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>guillaume.betous@intel.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,

I try to compile <a href="https://github.com/rhinstaller/efivar">https://github.com/rhinstaller/efivar</a> with CLANG.
The context is important : we compile under Android-N environment :
- CLANG 3.6
- Compilation from the root folder

The file guids.S can't compile because it can't find guids.bin. I checked the
comand line it contains "-I <path to the efivar folder>/generated/" but the
compiler is returning th efollowing error :

external/efivar/src/guids.S:7:9: error: Could not find incbin file 'guids.bin'
.incbin "guids.bin"

Do you confirm that "-I " is the good option to define incbin include folders ?
Any idea to workaround this ?

Thanks !</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>