[LLVMdev] Qestion about running LLVM
Chris Lattner
sabre at nondot.org
Tue Jun 22 13:57:06 PDT 2004
On Tue, 22 Jun 2004, Hsien-Chieh Cheng wrote:
> Hi,
>
> I'm a newbie and just installed LLVM on a Linux box. I followe
> "The LLVM Getting Started Guide" on the web and have some trouble
> on the section "An Example Using the LLVM Tool Chain". When I compile
> the simple hello.c program with "llvmgcc hello.c -o hello", the system
> complains -- gcc: installation problem, cannot exec `gccas': Permission
> denied. Does anybody know what's going on?
Make sure that the LLVM tools are in your path. If you built a debug tree
in the source directory, that would be llvm/tools/Debug
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
More information about the llvm-dev
mailing list