[cfe-dev] build clang failed under MSYS (windows)

asmwarrior asmwarrior at gmail.com
Tue Oct 26 00:03:50 PDT 2010


I just follow the instruction here: ( I just use the svn to update to 
the latest clang and llvm)

http://clang.llvm.org/get_started.html

Then I have all the required tools installed.

When I finish the configure, I simply run the "make" command under the 
llvm folder.

But here is the error :


$ make
Makefile:130: /Makefile.rules: No such file or directory
make: *** No rule to make target `/Makefile.rules'.  Stop.


I just look at the makefile line 130:

# Include the main makefile machinery.
include $(LLVM_SRC_ROOT)/Makefile.rules

It seems $(LLVM_SRC_ROOT) is not defined.

How can I fix this kind of problem?

thanks.

asmwarrior



More information about the cfe-dev mailing list