<div>When I try to compile LLVM, a dialog pops up halfway through the process: "tblgen.exe has stopped working" and the build quits.</div><div><br></div><div>I would really appreciate a binary pack for llvm-as, llc, etc.</div>

<div><br></div><div>Specs:</div><div><br></div><div>GCC 4.5.2</div><div>MinGW-Get 0.1-alpha-5.1</div><div>Windows 7 Professional x64</div><div><br></div><div>Steps:</div><div><br></div><div>Install MinGW (<a href="http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/mingw-get-inst-20110211/">http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/mingw-get-inst-20110211/</a>).</div>

<div><br></div><div>Open Start -> Programs -> MinGW -> MinGW Shell.</div><div><br></div><div>Run mingw-get install binutils.</div><div><br></div><div>Run mingw-get install gcc.</div><div><br></div><div>Download LLVM-GCC Front End Binaries for Mingw32/x86 (<a href="http://llvm.org/releases/download.html#2.8">http://llvm.org/releases/download.html#2.8</a>).</div>

<div><br></div><div>Move llvm-gcc*.tar.bz2 to C:\MinGW.</div><div><br></div><div><div>Run bunzip2 llvm-*.bz2</div><div><br></div><div>Run tar xvf llvm-*.tar</div></div><div><br></div><div>Install msysGit (<a href="http://code.google.com/p/msysgit/">http://code.google.com/p/msysgit/</a>).</div>

<div><br></div><div><div>Command Prompt:</div><div><br></div><div>cd C:\Users\andrew\Desktop</div><div><br></div><div>git clone <a href="http://llvm.org/git/llvm.git">http://llvm.org/git/llvm.git</a></div></div><div><br>
</div>
<div><div>MinGW Shell:</div><div><br></div><div>cd c:/users/andrew/desktop</div><div><br></div><div>./configure</div><div><br></div><div>make</div></div><div><br></div><div>...</div><div><br></div><div>A dialog pops up: "tblgen.exe has stopped working"</div>

<div><br></div><div>make[1]: Building Intrinsics.gen.tmp from Intrinsics.td</div><div>make[1]: *** [/c/users/andrew/desktop/src/llvm/lib/VMCore/Debug+Asserts/Intrinics.gen.tmp] Error 255</div><div>make[1]: Leaving directory '/c/users/andrew/desktop/src/llvm/lib/VMCore'</div>

<div>make: *** [all] Error 1</div><div><br></div><div>Close program</div><div><br></div>Cheers,<div><br></div><div>Andrew Pennebaker</div><div><a href="http://www.yellosoft.us" target="_blank">www.yellosoft.us</a></div><br>