[LLVMdev] cfrontend building
Reid Spencer
reid at x10sys.com
Mon Aug 8 09:12:33 PDT 2005
Stephan,
I've seen this before. It happens when you do "make bootstrap" in llvm-gcc.
While "make bootstrap" is the correct way to build GCC, its not the correct way
to build llvm-gcc.
Based on my experience with this, I suggest you completely erase your build
tree and then follow the CFEBuildInstr.html instructions *to the letter* with
zero deviations.
If you didn't do "make bootstrap", then I don't have a clue what this problem is :)
Reid.
Stephan Wienczny wrote:
> Am Montag, 8. August 2005 04:15 schrieb Chris Lattner:
>
>>I have never seen this, and don't really have any ideas. What configure
>>options did you use? Did you follow the directions here?
>>
>>http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html
>>
>
>
> Yes I followed those instructions - almost. This is my configure line:
>
> ../src/configure --prefix=/usr --disable-threads --disable-nls
> --disable-shared --enable-languages=c,c++ --program-prefix=llvm-
>
> Stephan
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list