[LLVMdev] Initial problems having installed LLVM

Chris Lattner sabre at nondot.org
Fri Mar 26 10:04:02 PST 2004


On Fri, 26 Mar 2004, Anders Alexandersson wrote:
> I have compiled LLVM without errors and try to do a simple hello world
> test using the llvmgcc frontend,
>
> llvmgcc -o hello hello.c
>
> and I get this error message:
>
> gcc: installation problem, cannot exec `gccas': No such file or directory
>
> What have I one wrong/what needs to be done?

Make sure that the 'gccas' tool is in your path.  If you built the default
LLVM tree, it should be located in llvm/lib/Debug/gccas.  If you built an
optimized build it will be in lib/Release/gccas.

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list