search for: llvmrootdir

Displaying 2 results from an estimated 2 matches for "llvmrootdir".

2011 Oct 19
2
[LLVMdev] Error when installing VMKit
...e: *** [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
2011 Oct 19
0
[LLVMdev] Error when installing VMKit
...lvm-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 > I'm not sure CC and CXX help configuring vmkit. I haven't checked for a while, but it may be that llvm-gcc/llvm-g++ do not work anymore to...