[LLVMdev] LLVM build error (sparc gcc 3.2.2)

Misha Brukman brukman at uiuc.edu
Wed Sep 29 16:06:53 PDT 2004


On Wed, Sep 29, 2004 at 06:44:50PM -0400, Shukang Zhou wrote:
> I met some errors when I tried to build LLVM. The tar file is
> llvm-1.3.tar.gz. I am using a sparc machine with gcc 3.2.2.

I just committed this patch:

http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040927/018654.html

You should be able to compile the SparcV9 backend now with a V8
compiler, but note that the JIT will not work for you, as it's only
enabled if compiling in V9 mode.  You should still be able to use LLC on
your machine.

-- 
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu




More information about the llvm-dev mailing list