[LLVMdev] clang.exe: fatal error: 'stdio.h' file not found

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 19 17:06:53 PST 2013


Andrew,

This might be offtopic for llvmdev. I suggest the mailing list, cfe-users.

> * clang.exe version 3.4 (trunk), from LLVM 3.4.svn

How did you build it? clang.exe depends on crt libraries, either
mingw32 or msvcrt.

Please try (and watch their output);

> clang --version
> clang -v -O2 -o hello.exe hello.c

Please confirm;

  - Which library did you install? Visual studio or mingw?
  - Where is its path?

...Takumi



More information about the llvm-dev mailing list