<div dir="ltr"><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">Hello everyone,</span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">W</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">hen I execute the cmd "make" the build is successful. However, the executable is   NOT created/generated. Am I doing something wrong?</span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">Below is my makefile in my example directory which is located in: </span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">   static_analysis/build/release/tools/clang/tools/example</span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">   which contains the Example.cpp file I want to compile</span></div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><div><span style="line-height:16.8px"><br></span></div><div><span style="line-height:16.8px"><br></span></div><div><span style="line-height:16.8px">Makefile:</span></div><div><span style="line-height:16.8px"><br></span></div>   CLANG_LEVEL</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"> := ../..</span><br style="font-size:12.8px"><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">   TOOLNAME</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"> = example  </span><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">#the name of tool's executable</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><span style="color:rgb(51,51,51);line-height:16.8px">   SOURCES</span><span style="color:rgb(51,51,51);line-height:16.8px"> := Example.cpp  </span><span style="line-height:16.8px">#the Clang source files you want to compile</span><br></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><span style="line-height:16.8px"><br></span></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><span style="line-height:16.8px"><span style="color:rgb(167,29,93);line-height:16.8px">   include</span><span style="color:rgb(51,51,51);line-height:16.8px"> </span><span style="color:rgb(24,54,145);line-height:16.8px">$(<span style="color:rgb(51,51,51)">CLANG_LEVEL</span>)</span><span style="color:rgb(51,51,51);line-height:16.8px">/../../Makefile.config</span><br></span></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><span style="line-height:16.8px"><span style="color:rgb(51,51,51);line-height:16.8px"><br></span></span></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><span style="line-height:16.8px"><span style="color:rgb(51,51,51);line-height:16.8px">   LINK_COMPONENTS</span><span style="color:rgb(51,51,51);line-height:16.8px"> := </span><span style="color:rgb(24,54,145);line-height:16.8px">$(<span style="color:rgb(51,51,51)">TARGETS_TO_BUILD</span>)</span><span style="color:rgb(51,51,51);line-height:16.8px"> asmparser bitreader support mc option</span><span style="color:rgb(51,51,51);line-height:16.8px"><br></span></span></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><span style="line-height:16.8px"><span style="color:rgb(51,51,51);line-height:16.8px"><br></span></span></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><span style="line-height:16.8px"><span style="color:rgb(51,51,51);line-height:16.8px">   USEDLIBS</span><span style="color:rgb(51,51,51);line-height:16.8px"> = clangFrontend.a clangSerialization.a clangDriver.a </span><span style="color:rgb(51,51,51);line-height:16.8px">\</span><span style="color:rgb(51,51,51);line-height:16.8px"><br></span></span></span></div><div style="font-size:12.8px"><span style="color:rgb(150,152,150);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><span style="line-height:16.8px"><span style="color:rgb(51,51,51);line-height:16.8px">              </span></span></span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">clangTooling.a clangParse.a clangSema.a </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">\</span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">              </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">clangAnalysis.a clangRewriteFrontend.a clangRewriteCore.a </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">\</span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">              </span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">clangEdit.a clangAST.a clangLex.a clangBasic.a</span></div><div style="font-size:12.8px"><span style="color:rgb(167,29,93);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">   include</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"> </span><span style="color:rgb(24,54,145);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">$(<span style="color:rgb(51,51,51)">CLANG_LEVEL</span>)</span><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">/Makefile</span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap"><br></span></div><div style="font-size:12.8px"><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre-wrap">Any help would be greatly appreciated!</span></div></div>