[cfe-dev] clang on win7 x64

Anton Korobeynikov anton at korobeynikov.info
Wed Oct 6 07:37:00 PDT 2010


> 1
> I have got llvm, test suite, clang from svn, buit them:
> C:\llvm\LLVM\Debug>mingw32-make -j8 ENABLE_OPTIMIZED=0
>  and try to test, but:
> C:\llvm\LLVM\Debug>mingw32-make check-all
> mingw32-make: *** No rule to make target `check-all'.  Stop.
> C:\llvm\test>mingw32-make check-all
> ../Makefile.common:61: ../Makefile.config: No such file or directory
> ../Makefile.common:69: /Makefile.rules: No such file or directory
> mingw32-make: *** No rule to make target `/Makefile.rules'.  Stop.
You haven't configured LLVM at all. Please consider reading e.g.
http://llvm.org/docs/GettingStarted.html#config

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the cfe-dev mailing list