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: unassignedclangb...@nondot.org Reporter: guillaume.bet...@intel.com CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs