<br><br><div class="gmail_quote">2010/4/19 Ben Perry <span dir="ltr"><<a href="mailto:pianoman@udel.edu">pianoman@udel.edu</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You need to manually copy the llvm-gcc front-end binaries to somewhere<br>
in your path.  Alternatively, you can download the clang front-end and<br>
start using that instead.<br></blockquote>In file included from Hello.cpp:16:<br>In file included from /usr/local/include/llvm/Pass.h:32:<br>/usr/local/include/llvm/System/DataTypes.h:45:3: error: #error "Must #define __STDC_LIMIT_MACROS before #including System/DataTypes.h"<br>
# error "Must #define __STDC_LIMIT_MACROS before #including System/DataTypes.h"<br>  ^<br>/usr/local/include/llvm/System/DataTypes.h:49:3: error: #error "Must #define __STDC_CONSTANT_MACROS before " "#including System/DataTypes.h"<br>
# error "Must #define __STDC_CONSTANT_MACROS before " \<br>  ^<br>In file included from Hello.cpp:17:<br>In file included from /usr/local/include/llvm/Function.h:24:<br>In file included from /usr/local/include/llvm/Argument.h:18:<br>
In file included from /usr/local/include/llvm/Attributes.h:18:<br>/usr/local/include/llvm/Support/MathExtras.h:38:24: error: use of undeclared identifier 'INT64_C'<br>  return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1)));<br>
                       ^<br>/usr/local/include/llvm/Support/MathExtras.h:57:26: error: use of undeclared identifier 'UINT64_C'<br>  return N >= 64 || x < (UINT64_C(1)<<N);<br>                         ^<br>
4 errors generated.<br><br>so I m wandering to know if errors due to Clang or to LLVM ?? <br><br>Thank  you <br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5"><br>
On Mon, Apr 19, 2010 at 10:58 AM, khaled hamidouche<br>
<<a href="mailto:khaledhamidouche@gmail.com">khaledhamidouche@gmail.com</a>> wrote:<br>
> Hello<br>
><br>
> I'm trying to install LLVM and LLVM GCC<br>
> so I check out  the source of llvm and llvm-gcc-4.2 from the svn<br>
><br>
> I flow the instructions of this page<br>
> <a href="http://llvm.org/docs/GCCFEBuildInstrs.html" target="_blank">http://llvm.org/docs/GCCFEBuildInstrs.html</a><br>
><br>
> I did the installation of LLVM and LLVM GCC well but the problem is there is<br>
> no llvm-gcc at the end of instalation !!! ??<br>
> I mean in the /usr/local/bin/ there are all the commands of llvm (lli llc<br>
> llvmc llmv-mc .... ) execpt llvm-gcc !!<br>
><br>
> Please can you tell me what I did wrong<br>
><br>
> Thank you<br>
><br>
</div></div>> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
><br>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
"Believe you can, believe you can't; either way you're right."  -Henry Ford<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</font></blockquote></div><br>