[LLVMbugs] llvm-as cannot compile
Chris Lattner
sabre at nondot.org
Thu Oct 28 13:39:03 PDT 2004
On Thu, 28 Oct 2004, Henrik Bach wrote:
> Hi
>
> Is some one able to tell me, why llvm-as cannot compile?
> make[1]: *** [llvm-as/.makeall] Error 2
> make[1]: Leaving directory `/C/Projects/build/MinGW/llvm/tools'
> make: *** [all] Error 1
> ------------------
My guess is that you have an inconsistent set of makefiles. Make sure
your llvm-as makefile looks like this:
LEVEL = ../..
TOOLNAME = llvm-as
USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a
include $(LEVEL)/Makefile.common
-Chris
--
http://llvm.org/
http://nondot.org/sabre/
More information about the llvm-bugs
mailing list