[LLVMdev] questions about installing llvm

Feng Chen fengchen at uiuc.edu
Fri Feb 18 09:55:21 PST 2005


Yes. I forgot to mention that the frontend (llvm-gcc, llvm-g++) works well
:) I will try other tools later. Thanks!

Feng

-----Original Message-----
From: Misha Brukman [mailto:brukman at uiuc.edu] 
Sent: Friday, February 18, 2005 11:39 AM
To: Feng Chen
Cc: 'LLVM Developers Mailing List'; 'Marcelo D'Amorim'
Subject: Re: [LLVMdev] questions about installing llvm

On Fri, Feb 18, 2005 at 11:30:45AM -0600, Feng Chen wrote:
> However, although the configuration and installation process doesn't
> report any error/warning, the llvmc cannot work. It just says:
> Unexpected unknown exception occurred :(
> 
> Do you have any clue about that?

Have you compiled and installed llvm-gcc/llvm-g++?  llvmc is not a
compiler, it's just a compiler driver, so it expects all the tools to be
in the path (llvm-gcc, gccas, gccld, opt, etc.)

Furthermore, if llvmc does not work for you, just use llvm-gcc directly,
assuming the rest of llvm tools are in your path.

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




More information about the llvm-dev mailing list