similar to: [LLVMdev] Error trying to build llvm-gcc

Displaying 20 results from an estimated 400 matches similar to: "[LLVMdev] Error trying to build llvm-gcc"

2008 Apr 23
0
[LLVMdev] Error trying to build llvm-gcc
Prakash Prabhu wrote: > Hi, > > I was trying to build llvm-gcc by following the instructions as given > in this webpage : http://llvm.org/docs/GCCFEBuildInstrs.html > on Ubuntu 7.10. At step 5 (make ENABLE_OPTIMIZED=0), I am getting make > errors: > > make[2]: Leaving directory > `/home/pprabhu/llvm/llvm-objects/i686-pc-linux-gnu/libjava' >
2008 Apr 23
1
[LLVMdev] Error trying to build llvm-gcc
Thanks for the quick reply, Edwin. I tried with --enable-languages=java and it still fails with the same error: ../llvm-gcc/configure --enable-languages=java,c++,c --prefix=/usr/local make ENABLE_OPTIMIZED=0 Actually I found that when I manually add /usr/share/java/libgcj-4.2.jar to the classpath to the failed command, it seems to work: /home/pprabhu/llvm/llvm-objects/gcc/gcj
2009 Jan 21
1
[LLVMdev] poolallocation error
Dear Prakash, I believe I've fixed the problem you were having with ds-aa. Please update your poolalloc tree, recompile, and let me know if it works. -- John T. Criswell, John T wrote: > [snip] > > ________________________________________ > From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] On Behalf Of Prakash Prabhu [prakash.prabhu at gmail.com] > Sent:
2009 Jan 16
1
[LLVMdev] poolallocation error
Hi all, I too am getting this error for x86_64 when I am trying to use the Data Structure Analysis ...I svn upped both the llvm main branch and the poolalloc today in the morning and recompiled everything from scratch : $ opt -load /home/pprabhu/llvm/llvm-install-x86-64/lib/libpoolalloc.so -ds-aa < o.bc opt: /home/pprabhu/llvm/llvm/lib/VMCore/PassManager.cpp:1418: virtual void
2006 Feb 27
2
Resolving Dependencies
I am getting the following errors and don't know how/what to check to learn which rpm they are in... ---> Package java-1.4.2-sun-devel.i586 0:1.4.2.10-1jpp set to be updated ---> Package java-1.4.2-sun.i586 0:1.4.2.10-1jpp set to be updated --> Running transaction check --> Processing Dependency: libjvm.so(SUNWprivate_1.1) for package: java-1.4.2-sun --> Processing
2009 Jan 19
0
[LLVMdev] poolallocation error
Dear Prakash, Yes, DSA is still in active use, although nobody else uses the -ds-aa pass as far as I know. I tried the below sample (although ds-aa should be in libLLVMDataStructure.so and not libpoolalloc.so), and I get the same error. I've seen similar problems with other passes in our work here. My guess is that -ds-aa is requiring two passes that claim to invalidate each other; this
2013 Jun 26
1
[LLVMdev] VmKit build failure
Hello, I'm trying to build vmkit as described on http://vmkit.llvm.org/get_started.html and constantly getting the following error: db at hot:~/develop/vmkit$ make [vmkit .]: Entering compilation process [vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar' vmjc: ctthread.cpp:141: void vmkit::StackWalker::operator++(): Assertion `(addr < System::GetCallerOfAddress(addr))
2005 Sep 06
3
CentOS 4.1 - 'Older' JVM Issues
Hi Just installing a machine to replace our dev server. Currently the dev server runs many different JVM versions depending on the app the developer is working on. Some of these require older versions of java. Newer versions work fine out of the box, eg 1.4.x however i'm running into the following issue when trying to run apps against 1.3.1_02 which i have to be able to run on this box
2013 Jun 07
1
[LLVMdev] Error on compiling VMkit
Hi all, After "BUILD SUCCESSFUL" Message on compiling VMkit. The make starts compiling mmtk-vmkit.jar The following command errors out: Compiling 'mmtk-vmkit.jar' /vmkit/Release+Asserts/bin/vmjc -load=/vmkit/Release+Asserts/lib/MMTKRuntime.so -load=/vmkit/Release+Asserts/lib/MMTKMagic.so -LowerMagic /vmkit/mmtk/java/Release+Asserts/mmtk-vmkit.jar -disable-exceptions
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Hello, I am trying to build vmkit2 from the repo using OpenJDK 6 (stock install) on Ubuntu 13.04 amd64. When I try to compile vmkit2 I get the core dump below. I am not sure what the issue is, but I was getting the same error when I was also using classpath. My build environment is set up in the following way:
2015 Jun 11
2
[LLVMdev] fatal error: error in backend: 32-bit absolute addressing is not supported in 64-bit mode
While building FSF gcc 5.1 against Apple's public Xcode 7 beta's new clang-based assembler, I ran into rejected assembly instructions during the -m32 multilb build of libjava. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66509 With assembler errors of the form... natArray.s:1110:2: error: ambiguous instructions require an explicit suffix (could be 'filds', or 'fildl')
2006 Jan 04
2
JAVA Issue - JDK 1.4 - Cent OS 4.2
Hi Trying to run up a JVM on a box thats running 4.2 - The JDK version is j2sdk1.4.2_03 and the exact error is below Unable to load native library: /opt/j2sdk1.4.0/jre/lib/i386/libjava.so: symbol __libc_waitpid, version GLIBC_2.0 not defined in file libc.so.6 with link time reference any ideas thanks
2008 Nov 24
3
debugging a faulty jboss/application
>From time to time a jboss process would end eating all, the available CPU and the load avg would skyrocket. Once the operators restarted jboss, the system''d be normal again (sometimes for weeks) until the next incident Since we moved the app from a v440 running Solaris 10 8/07 to a t2000 running Solaris 10 5/08 the problem started to happen more frequently (2-3 times a week). The
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
Hi Adam, I don't know which repo you have used? Because only the llvm repo is maintained (not the gforge one), and vmkit2 comes from gforge... By the way, how did you found the gforge repo, it should not be referenced anymore from the web? See you, Gaël Le 21 nov. 2013 17:08, "Adam Pridgen" <Adam.pridgen at rice.edu> a écrit : > Hello, > > I am trying to build
2008 Jul 17
0
[LLVMdev] Pass Added as Required fails assert
We have discovered the issue with our code. It seems that when the first call to doInitilization utilized one of the specified analyses, that analysis had never been properly added as required. Using gdb, we can see that addRequired is getting called (seen below) but when doInitalization is finally called, it still responds as if the analysis was not required. Is this a bug or is
2008 Jul 17
2
[LLVMdev] Pass Added as Required fails assert
Hey all, We have been working on a pass that uses another pass to count loads and stores prior to performing its own instrumentation. The second pass adds the first as required via the usual getAnalysisUsage function. On one machine, it has been tested and proven to function correctly. On another machine, whenever the second pass is run, it consistently fails the assertion: opt:
2009 Apr 02
1
Start Klimt from R
Hello, I want to start Klimt from S.Urbanek directly from R. In the description of klimt is the following R-Code: source("klimt.r"); d<-read.table("mydataset.txt"); t<-tree(OUT2~.,d); Klimt(t,d); One should make sure, that the klimt.jar is in the working directory of R (in my case "C:\Program FilesR\R-2.8.1" I think). But although I copied klimt.jar into
2005 Mar 01
1
[LLVMdev] Re: question about gccld and external libraries
Chris Lattner wrote: > On Tue, 1 Mar 2005, Jakob Praher wrote: > >>> If you pass '-lrt' when linking your program, it should take care of >>> this for you. >>> >> >> ah ok. so every library thet gccld can't find as a bytecode lib is >> added to the shell script then. > > > Yup. Note there are other options if you
2008 Nov 19
2
[LLVMdev] poolallocation error
Hi, I am trying to use the poolallocator. More specific, I am trying to play around with the pointer compression pass. Though, I get assertion failures for the pass dependencies. This is when it in PointerCompress::getAnalysisUsage tries to register the the BU pass as required. I.e. when AU.addRequired<CompleteBUDataStructures>(); is called. $ opt -f -load
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
I guess I mispoke, I checked out the source from http://llvm.org/svn/llvm-project/vmkit/trunk. I thought this was vmkit2. I guess I was just referring to vmkit then. On Thu, Nov 21, 2013 at 12:10 PM, Gaël Thomas <gael.thomas00 at gmail.com> wrote: > Hi Adam, > > I don't know which repo you have used? Because only the llvm repo is > maintained (not the gforge one), and