cvs co llvm ... cd llvm; ./configure --with-llvmgccdir=<llvmgccdir>; make ... Compiling llvmAsmParser.cpp Linking /home/dcrowe/llvm/llvmcvs/llvm/lib/Debug/asmparser.o make[2]: Leaving directory `/home/dcrowe/llvm/llvmcvs/llvm/lib/AsmParser' make[2]: Entering directory `/home/dcrowe/llvm/llvmcvs/llvm/lib/Bytecode' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory `/home/dcrowe/llvm/llvmcvs/llvm/lib/Bytecode' make[1]: *** [Bytecode/.makeall] Error 2 make[1]: Leaving directory `/home/dcrowe/llvm/llvmcvs/llvm/lib' make: *** [all] Error 1 (there doesn't appear to be a makefile in llvm/lib/Bytecode, nor is there a CVS dir!) Thanks, Dave
On 10 Sep 2003, David Crowe wrote:> cvs co llvm > ... > > cd llvm; ./configure --with-llvmgccdir=<llvmgccdir>; make > (there doesn't appear to be a makefile in llvm/lib/Bytecode, nor is > there a CVS dir!)Make sure you use "cvs up -P -d" or the utils/cvsupdate.sh script. -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
Reasonably Related Threads
- [LLVMdev] Build failure on x86_64
- [LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
- [LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
- [LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
- [LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l