<div>Hi,</div>
<div> </div>
<div>When i wanted to build the llvm-gcc, i got the problem as following.</div>
<div>==========================================================================================================================</div>
<div>cc1: /home/cllou/LLVM/llvm-2.4-dir/llvm-2.4/lib/Support/StringMap.cpp:177: void llvm::StringMapImpl::RemoveKey(llvm::StringMapEntryBase*): Assertion `V == V2 && "Didn't find key?"' failed.<br>
../../llvm-gcc4.2-2.4.source/gcc/libgcc2.c:809: internal compiler error: Aborted<br>Please submit a full bug report,<br>with preprocessed source if appropriate.<br>See <<a href="http://developer.apple.com/bugreporter">URL:http://developer.apple.com/bugreporter</a>> for instructions.<br>
make[4]: *** [libgcc/./_popcountsi2.o] Error 1<br>make[4]: Leaving directory `/home/cllou/LLVM/llvm-2.4-dir/llvm-gcc4.2-2.4_obj/gcc'<br>make[3]: *** [libgcc.a] Error 2<br>make[3]: Leaving directory `/home/cllou/LLVM/llvm-2.4-dir/llvm-gcc4.2-2.4_obj/gcc'<br>
make[2]: *** [all-stage1-gcc] Error 2<br>make[2]: Leaving directory `/home/cllou/LLVM/llvm-2.4-dir/llvm-gcc4.2-2.4_obj'<br>make[1]: *** [stage1-bubble] Error 2<br>make[1]: Leaving directory `/home/cllou/LLVM/llvm-2.4-dir/llvm-gcc4.2-2.4_obj'<br>
make: *** [all] Error 2<br>=============================================================================================================================</div>
<div>Both of the LLVM and llvm-gcc were downloaded form svn</div>
<div>We do some instruction commands in READNE.LLVM</div>
<div>1. ../llvm/configure --prefix=/home/cllou/LLVM/llvm-2.4-dir/llvm_install/ --enable-optimized</div>
<div>2. make ENABLE_OPTIMIZED=1</div>
<div>and build the LLVM successfully.</div>
<div>3. ../llvm-gcc/configure --prefix=/home/cllou/LLVM/llvm-2.4-dir/llvm_gcc_install/ --program-prefix=llvm- --enable-llvm=/home/cllou/LLVM/llvm-2.4-dir/llvm_obj/ --enable-languages=c,c++</div>
<div>4. make </div>
<div>and got the "../../llvm-gcc4.2-2.4.source/gcc/libgcc2.c:809: internal compiler error: Aborted"</div>
<div>
<div> </div>
<div>my environment is following:</div>
<div>OS: fedora8-32</div>
<div>gcc: gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)</div>
<div> </div></div>
<div>Are anyone could help me to fix the problem? I am the beginner of LLVM.... :(</div>
<div> </div>
<div>Thanks :)</div>
<div> </div>
<div> </div>
<div> </div>