<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV>    I can successfully build LLVM 2.8 with Clang 2.8 and LLVM 2.8 with LLVM-GCC 2.8 in Windows using MinGW. However, when I go for running a simple Hello World program, I get warnings. Using LLVM-GCC, the warning i get is the following:</DIV>
<DIV> </DIV><FONT size=2>
<DIV>C:\MinGW\bin/ld.exe: Warning: type of symbol `_main' changed from 32 to 512 in D</DIV>
<DIV>:/DOCUME~2/AZIM/LOCALS~1/Temp/ccnsGHVf.o</DIV>
<DIV> </DIV>
<DIV>Using Clang, the warning i get is the following:</DIV>
<DIV> </DIV>
<DIV> C:/MinGW/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: Warning: type of symbol `_main' changed from 32 to 512 in C</DIV>
<DIV>:/DOCUME~2/AZIM/LOCALS~1/Temp/cc-000001.o</DIV>
<DIV> </DIV>
<DIV>In both cases, the executable is produced and I can run the executable. I am wondering is there any way to fix the warnings.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Akramul</DIV></FONT></td></tr></table><br>