[LLVMdev] Error when installing VMKit
bakiras
h.bakiras at gmail.com
Wed Oct 19 02:02:32 PDT 2011
Hi everyone,
I am Harris Bakiras the new VMKit engineer.
I followed the VMKit "Getting Started" instructions to install VMKit on
my Linux Ubuntu 11.10 64-bit but I get the following error :
make[1]: Entering directory `VMKIT_ROOTDIR/lib/Mvm/StaticGCPass'
make[1]: *** No rule to make target
`VMKIT_ROOTDIR/lib/Mvm/StaticGCPass/Release+Asserts/StaticGCPass.ll',
needed by
`VMKIT_ROOTDIR/lib/Mvm/StaticGCPass/Release+Asserts/StaticGCPass.bc'. Stop.
make[1]: Leaving directory `VMKIT_ROOTDIR/lib/Mvm/StaticGCPass'
make: *** [all] Error 1
I installed llvm-gcc-4.5 with the apt-get tool before building LLVM from
SVN successfully.
I downloaded GNU Classpath 0.97.2 and installed it like described in the
getting started.
I configured VMKit like the following :
./configure CC=llvm-gcc CXX=llvm-g++ --with-llvmsrc=LLVMROOTDIR
--with-llvmobj=LLVMROOTDIR
--with-gnu-classpath-libs=CLASSPATHROOTDIR/lib
--with-gnu-classpath-glibj=CLASSPATHROOTDIR/lib/glibj.zip
Does anyone has an idea to solve this issue?
Thanks,
Harris
More information about the llvm-dev
mailing list