Anders Alexandersson
2004-Mar-28 11:03 UTC
[LLVMdev] Initial problems having installed LLVM
Great, thanks, it solved it! Anders -----Original Message----- From: Chris Lattner <sabre at nondot.org> To: llvmdev at cs.uiuc.edu Date: Fri, 26 Mar 2004 10:08:02 -0600 (CST) Subject: Re: [LLVMdev] Initial problems having installed LLVM 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/ _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev ---------------------------------------------------------------- Anders Alexandersson Masters student at the special year of Software Engineering, HTU Trollhättan E-mail: anders.alexandersson at student.htu.se