[LLVMdev] cannot find gccas

Chris Lattner sabre at nondot.org
Sat May 20 12:19:14 PDT 2006


On Sat, 20 May 2006, gejuan wrote:
> I have installed the llvm-gcc , and there is no error during the
> installtion.I also have compiled the llvm successfully.But when I use this
> command
> $ llvm-gcc hello.c -o hello
> something wrong has happened,and this is the error information:
> llvm-gcc: installation problem, cannot exec `gccas': No such file or
> directory.

Did you build LLVM itself?  If not, please follow the instructions in the 
Getting Started Guide.

If so, add the bin directory (either llvm/Debug/bin or llvm/Release/bin) 
to your path.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-dev mailing list