[cfe-dev] ARM cross fails after recent changes to clang in branch release_30
Chandler Carruth
chandlerc at google.com
Wed Nov 9 12:33:03 PST 2011
On Wed, Nov 9, 2011 at 12:29 PM, Sebastian Pop <spop at codeaurora.org> wrote:
> # clang -v foo.c
> [...]
>
Eeep! I asked for the output because.. well, I need the output! ;] You've
snipped the really important part here: the paths it *didn't* find but
tried to find, the target it decided to use, the CC1 invocation, etc. =D
Can i have the full output?
> #include "..." search starts here:
> End of search list.
> /x/foo.c:1:10: fatal error: 'stdio.h' file not found
> #include "stdio.h"
> ^
> 1 error generated.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111109/7136f7ef/attachment.html>
More information about the cfe-dev
mailing list