search for: llvmsrc

Displaying 20 results from an estimated 130 matches for "llvmsrc".

Did you mean: llvm_src
2007 Sep 30
3
[LLVMdev] Compiling poolalloc
...the projects directory and attempt to configure it, but I keep getting errors. I would understand if there were problems building it (since it may require a different version of llvm), but it should at least configure. Specifically, I've tried the following commands: > ./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/ --with-llvmobj=~/Documents/research/llvm/llvm-2.0/Release/bin/ > ./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/ --with-llvmobj=~/Documents/research/llvm/llvm-2.0/Release > ./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/ --...
2011 Oct 12
1
[LLVMdev] [llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure
...re in the PNaCL team are building llvm+clang using a specially bootstrapped version of llvm-gcc. Unfortunately, the configure is picking up system clang even though we force set CC and CXX during the configure process. llvm[2]: Compiling CommandLine.cpp for Release+Asserts build if clang++ -I<LLVMSRC>/include -I<LLVMSRC>/lib/Support -I<ObjDir>/BuildTools/include -I<ObjDir>/BuildTools/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fomit-frame-pointer -fno-exceptions -fPIC -Woverloaded-virtual -Wcast-qual -Wall -W -Wno-unused-parame...
2007 Sep 30
0
[LLVMdev] Compiling poolalloc
On Sunday 30 September 2007, Ben Chambers wrote: > Specifically, I've tried the following commands: > > ./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/ > > --with-llvmobj=~/Documents/research/llvm/llvm-2.0/Release/bin/ > > > > ./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/ > > --with-llvmobj=~/Documents/research/llvm/llvm-2.0/Release > > > > ./configure --wit...
2008 Apr 11
4
[LLVMdev] Setting up new project
...-version | egrep '2\.[56][0-9]' > /dev/null $ ./AutoRegen.sh Regenerating aclocal.m4 with aclocal Regenerating configure with autoconf 2.5x $ cd .. When I compiled the llvm sources, I did not do make install. So the object files are still where they were built. $ ./configure --with-llvmsrc=/opt/src-llvm --with-llvmobj=/opt/src-llvm/Release configure: error: cannot find install-sh or install.sh in ../../../autoconf "."/../../../autoconf OK. So maybe it wants the main llvm source directory... $ ./configure --with-llvmsrc=/opt/src-llvm --with-llvmobj=/opt/src-llvm configure:...
2008 Apr 13
0
[LLVMdev] Setting up new project
On Sat, Apr 12, 2008 at 3:52 PM, Criswell, John T <criswell at ad.uiuc.edu> wrote: > Try using the --with-llvmsrc and --with-llvmobj options to explicitly set the locations of your LLVM source tree and object tree, respectively. I faintly recall seeing this error and seem to recall using these options to work around it. OK. Here are the complete steps required to successfully build the sample project: $ cd...
2008 Apr 12
3
[LLVMdev] Setting up new project
Try using the --with-llvmsrc and --with-llvmobj options to explicitly set the locations of your LLVM source tree and object tree, respectively. I faintly recall seeing this error and seem to recall using these options to work around it. -- John T. ________________________________________ From: llvmdev-bounces at cs.uiuc.edu...
2005 Mar 12
1
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)
...efore but I do not know the details: http://llvm.cs.uiuc.edu/testresults/SparcV9/2004-12-07.html Thanks --- Chris Lattner <sabre at nondot.org> wrote: > On Sat, 12 Mar 2005, xavier wrote: > > llvm[2]: Compiling zalloc.c for Release build > > /homes/myuser/LLVM/llvmobj/../llvmsrc/utils/Burg/zalloc.c:9: error: conflictin > > g types for 'malloc' > > /homes/myuser/LLVM/llvmobj/../llvmsrc/utils/Burg/zalloc.c:9: error: conflictin > > g types for 'malloc' > > gmake[2]: *** [/homes/myuser/LLVM/llvmobj/utils/Burg/Release/zalloc.o] Error 1 &g...
2005 Mar 12
1
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc'
...lvm[2]: Compiling rule.c for Release build llvm[2]: Compiling string.c for Release build llvm[2]: Compiling symtab.c for Release build llvm[2]: Compiling table.c for Release build llvm[2]: Compiling trim.c for Release build llvm[2]: Compiling zalloc.c for Release build /homes/myuser/LLVM/llvmobj/../llvmsrc/utils/Burg/zalloc.c:9: error: conflictin g types for 'malloc' /homes/myuser/LLVM/llvmobj/../llvmsrc/utils/Burg/zalloc.c:9: error: conflictin g types for 'malloc' gmake[2]: *** [/homes/myuser/LLVM/llvmobj/utils/Burg/Release/zalloc.o] Error 1 gmake[2]: Leaving directory `/homes/myuser...
2008 Apr 11
0
[LLVMdev] Setting up new project
...gt; $ ./AutoRegen.sh > Regenerating aclocal.m4 with aclocal > Regenerating configure with autoconf 2.5x > > $ cd .. > > > When I compiled the llvm sources, I did not do make install. So the > object files are still where they were built. > > $ ./configure --with-llvmsrc=/opt/src-llvm --with-llvmobj=/opt/src-llvm/Release > configure: error: cannot find install-sh or install.sh in > ../../../autoconf "."/../../../autoconf > > OK. So maybe it wants the main llvm source directory... > > $ ./configure --with-llvmsrc=/opt/src-llvm --with-...
2009 Feb 23
3
[LLVMdev] how to build llvm-test in separate directory
...> Aaron Gray wrote: > > I am trying to build llvm-test in a separate directory to the main llvm > tree. > > > > I have put llvm and llvm-gcc's bin directories on the path but think I am > missing a switch on the configure command. > > > You need to use --with-llvmsrc and --with-llvmobj to tell llvm-test > where it can find the LLVM source and object directories, respectively. with :- $ /usr/src/llvm-test-2.5/configure --with-llvmsrc=/usr/src/llvm-2.5 --with-llvmobj=/usr/build/llvm-2.5 I am getting :- ~~~ $ make all make[1]: Entering directory `/usr/src/...
2010 Jun 29
1
[LLVMdev] problems building vmkit
...rd declaration of ‘struct mvm::VirtualMachine’ N3.h:109: error: variable or field ‘TRACER’ declared void In file included from Assembly.cpp:21: VMClass.h:56: error: variable or field ‘TRACER’ declared void VMClass.h:140: error: variable or field ‘TRACER’ declared void ... 2) For ./configure --with-llvmsrc=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-llvmobj=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gnu-classpath-libs=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-llvmgcc=/home/zoewolk/RESEARCH/LLVMSystem --with-gc=mmtk...
2010 Jul 19
3
[LLVMdev] Building VMKit
Sure: I'm on 64-bit Ubuntu Linux 10.04 with gcc 4.4.3. I followed the instructions on http://vmkit.llvm.org/get_started.html, as near as I can tell. I configured llvm with the default configuration: ./configure I configured vmkit with: ./configure --with-llvmsrc=/home/jowarner/code/llvm/ --with-llvmobj=/home/jowarner/code/llvm/ --with-gnu-classpath-glibj=/usr/share/classpath/glibj.zip --with-pnet-local-prefix=/home/jowarner/code/pnet-0.8.0/ --with-pnetlib=/home/jowarner/code/pnetlib-0.8.0/ Thanks, Joshua On Mon, Jul 19, 2010 at 8:40 AM, Duncan Sands <...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
Hi Nicolas, I thought MMTk is written in java and it is compiled by javac. retried a clean build with JIT enabled llvm configuration ../../llvm/configure --enable-doxygen --enable-optimized --enable-jit vmkit configuration ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/ --with-llvmobj=/home1/public/zakkak/java/llvm/ --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/ and the problem persists Foivos On 07/06/12 16:54, Nicolas Geof...
2005 Mar 12
1
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc' (2)
...llvm-commits/Week-of-Mon-20041213/022366.html > > -Chris > > > > --- Chris Lattner <sabre at nondot.org> wrote: > >> On Sat, 12 Mar 2005, xavier wrote: > >>> llvm[2]: Compiling zalloc.c for Release build > >>> /homes/myuser/LLVM/llvmobj/../llvmsrc/utils/Burg/zalloc.c:9: error: conflictin > >>> g types for 'malloc' > >>> /homes/myuser/LLVM/llvmobj/../llvmsrc/utils/Burg/zalloc.c:9: error: conflictin > >>> g types for 'malloc' > >>> gmake[2]: *** [/homes/myuser/LLVM/llvmobj/utils/B...
2009 Feb 23
0
[LLVMdev] how to build llvm-test in separate directory
Aaron Gray wrote: > I am trying to build llvm-test in a separate directory to the main llvm tree. > > I have put llvm and llvm-gcc's bin directories on the path but think I am missing a switch on the configure command. > You need to use --with-llvmsrc and --with-llvmobj to tell llvm-test where it can find the LLVM source and object directories, respectively. -- John T. > Thanks, > > Aaron > > > > >
2009 Feb 23
2
[LLVMdev] how to build llvm-test in separate directory
I am trying to build llvm-test in a separate directory to the main llvm tree. I have put llvm and llvm-gcc's bin directories on the path but think I am missing a switch on the configure command. Thanks, Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090223/dc56b14b/attachment.html>
2011 Jul 24
2
[LLVMdev] Unable to run a java class by j3
...work I tried these paths too: in classpath's source "/usr/local/classpath-0.97.2/lib" & also in "/lib"!! The error didn't change. As another solution, I used gcc-4.1 to compile classpath. But it didn't work too. Here is my configure options: ./configure --with-llvmsrc=/usr/local/llvm-2.9 --with-gnu-classpath- glibj=/usr/local/classpath/share/classpath --with-gnu-classpath- libs=/usr/local/classpath/lib --with-llvmobj=/usr/local/llvm-2.9 Using "--with-mmtk-plan" returns the following error: "configure: error: /bin/bash .//autoconf/config.sub or...
2008 Apr 11
0
[LLVMdev] Setting up new project
...> > $ ./AutoRegen.sh > Regenerating aclocal.m4 with aclocal > Regenerating configure with autoconf 2.5x > > $ cd .. > > > When I compiled the llvm sources, I did not do make install. So the > object files are still where they were built. > > $ ./configure --with-llvmsrc=/opt/src-llvm --with-llvmobj=/opt/src-llvm/Release > configure: error: cannot find install-sh or install.sh in > ../../../autoconf "."/../../../autoconf > > OK. So maybe it wants the main llvm source directory... > > $ ./configure --with-llvmsrc=/opt/src-llvm --with-llvm...
2011 Jul 24
0
[LLVMdev] Unable to run a java class by j3
...spath's > source > "/usr/local/classpath-0.97.2/lib" & also in "/lib"!! The error didn't > change. > As another solution, I used gcc-4.1 to compile classpath. But it didn't > work > too. > Here is my configure options: > ./configure --with-llvmsrc=/usr/local/llvm-2.9 --with-gnu-classpath- > glibj=/usr/local/classpath/share/classpath --with-gnu-classpath- > libs=/usr/local/classpath/lib --with-llvmobj=/usr/local/llvm-2.9 > > I suggest not installing gnu classpath, but just work on the local directory where you compiled it. At the...
2012 Jun 07
2
[LLVMdev] VMKIT: Assertion at build
...nd generates the binary > code through llvm. > > > retried a clean build with JIT enabled > > llvm configuration > ../../llvm/configure --enable-doxygen --enable-optimized --enable-jit > > > vmkit configuration > ../../llvm/vmkit/configure --with-llvmsrc=/home1/public/zakkak/llvm/ > --with-llvmobj=/home1/public/zakkak/java/llvm/ > --with-gnu-classpath-glibj=/home1/public/zakkak/java/classpath-0.97.2/lib/glibj.zip--with-gnu-classpath-libs=/home1/public/zakkak/java/classpath-0.97.2/lib/ > > and the problem persists > > &...