<div dir="ltr">Hi Omid, you didn't tell us much. How did you check out? How are you invoking make? If you follow steps on <a href="http://clang.llvm.org/get_started.html">http://clang.llvm.org/get_started.html</a> everything should just work.<div><br></div><div>Some notes:</div><div>- you can only invoke make from the top level directory, usually llvm build directory</div><div>- full rebuild of llvm + clang shouldn't take more than 15min on a reasonably new hardware </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 27, 2015 at 5:32 AM, via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
I am trying to create a static analysis tool using LibTool. Ultimately I'd like to be able to produce an AST from c source code, modify it somehow, then reproduce the modified source code reflecting these changes.<br>
<br>
I've seen tutorials on this however when I try them I run into many problems with executing "make".<br>
<br>
After weeks of trying to figure out this I'm out of options.<br>
<br>
Would anyone please help me get in the right direction as to how I can effectively implement a tool using the LibTool interface.<br>
<br>
Additional notes: I'm not sure if this is normal, but when I use Svn to checkout LLVM and CLANG and then build, it takes almost 12-15 hours. And then if I try to run the make cmd in any directory I get a MakeFile doesn't exist error. Any help would be greatly appreciated.<br>
<br>
Thank you all for your time!<br>
<br>
Best Regards,<br>
<br>
Omid Ghenatnevi<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>