Hi All, I am new to LLVM. I am trying to get the Hello example in "lib/Transform/Hello" to run. But when I do a make in the directory I get this error. I don't understand why it can't find these make files. ../../../Makefile.common:60: ../../../Makefile.config: No such file or directory ../../../Makefile.common:68: /Makefile.rules: No such file or directory Should i make changes to any of variables in "llvm/Make* files? Thanks George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080206/5e254b7d/attachment.html>
On Feb 6, 2008 3:22 PM, George Baah <georgebaah at gmail.com> wrote:> Hi All, > I am new to LLVM. I am trying to get the Hello example in > "lib/Transform/Hello" to run. But when I do a make in the directory > I get this error. I don't understand why it can't find these make files. > > ../../../Makefile.common:60: ../../../Makefile.config: No such file or > directory > ../../../Makefile.common:68: /Makefile.rules: No such file or directory > > > Should i make changes to any of variables in "llvm/Make* files? Thanks >Hi George, Did you run the "configure" script? -bw
Thanks Bill! it worked. On Feb 6, 2008 7:37 PM, Bill Wendling <isanbard at gmail.com> wrote:> On Feb 6, 2008 3:22 PM, George Baah <georgebaah at gmail.com> wrote: > > Hi All, > > I am new to LLVM. I am trying to get the Hello example in > > "lib/Transform/Hello" to run. But when I do a make in the directory > > I get this error. I don't understand why it can't find these make files. > > > > ../../../Makefile.common:60: ../../../Makefile.config: No such file or > > directory > > ../../../Makefile.common:68: /Makefile.rules: No such file or directory > > > > > > Should i make changes to any of variables in "llvm/Make* files? Thanks > > > > Hi George, > > Did you run the "configure" script? > > -bw > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080206/cc6f9a54/attachment.html>