I have installed LLVM and Clang on Ubutnu 14.04 machine following this tutorial. I can successfully compile and run the example given at the tutorial. Now when I try to build the simple Hello Pass
given here, where it says to just run gmake
in the directory, so I run make
and get this:
../../../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.
Why is that? Is there a way I can build this Hello Pass?