[LLVMdev] Error for 'make'

Stephen McGruer stephen.mcgruer at gmail.com
Sat Jan 12 09:56:18 PST 2013


CC: llvm-dev

(Whoops.)

On 12 January 2013 17:55, Stephen McGruer <stephen.mcgruer at gmail.com> wrote:

> Off the top of my head it looks like you're trying to build the plugin 'in
> tree'? (That is, within the source tree rather than in a build directory.)
> You should build LLVM and Clang to,  say, ~/llvm-build, and then go to
> ~/llvm-build/tools/clang/examples/PrintFunctionNames and run make there.
>
> Stephen
>
> On 12 January 2013 16:41, Akash Gulhane <gulhane.akash at gmail.com> wrote:
>
>> Hello,
>>     I want to write my own plug-in. So when i tried to execute the
>> PrintFumctionNames plug-in in llvm/tools/clang/examples/PrintFumctionNames
>> i'm getting an error at first step of 'make' only. The error is :
>>
>> akash at ubuntu:~/llvm/tools/clang/examples/PrintFunctionNames$ make
>>
>>
>> ../../../../Makefile.common:60: ../../../../Makefile.config: No such file
>> or directory
>> ../../../../Makefile.common:68: /Makefile.rules: No such file or directory
>> make: *** No rule to make target `/Makefile.rules'.  Stop.
>>
>> So how to get out with it please help me.
>> Tnks..!!!
>>
>> _______________________________________________
>> 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/20130112/3d66ce03/attachment.html>


More information about the llvm-dev mailing list