Displaying 1 result from an estimated 1 matches for "e307cab5".
2015 Apr 26
3
[LLVMdev] How to compile a simple C program with clang on Windows 8.1?
Hi all
I need a small help to get my first C program to compile on Widows 8.1. I'm an Unix guy but new to Windows.
I installed MS Visual Studio 2013 free version and the LLVM 3.6.0 binary pre-built version.
Here is my sample C program:
#include <stdio.h>
int main() {
printf("hello world\n");
return 0;
}
1.
>clang test1.c -o test1.exe
test1.c:2:10: fatal error: