[llvm-bugs] [Bug 26897] New: incbin does not use -I search folders

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Mar 10 04:49:44 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26897

            Bug ID: 26897
           Summary: incbin does not use -I search folders
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: guillaume.betous at intel.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Hi,

I try to compile https://github.com/rhinstaller/efivar 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 !

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160310/e043f66a/attachment.html>


More information about the llvm-bugs mailing list