search for: geoffray

Displaying 20 results from an estimated 390 matches for "geoffray".

2009 Nov 20
1
[LLVMdev] VMKIT problem
...-DPIC -o .libs/cpproc.o cc1: warnings being treated as errors cpproc.c: In function ‘cpproc_forkAndExec’: cpproc.c:89: error: ignoring return value of ‘chdir’, declared with attribute warn_unused_result make[3]: *** [cpproc.lo] Error 1 Thanks, -Nataraj. On Fri, Nov 20, 2009 at 5:10 PM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > Have you created the symbolic links to GNU Classpath .so? ie step 2 of > http://vmkit.llvm.org/get_started.html? > > Nicolas > > Nataraj Sundar wrote: > >> Thanks Nicolas, Gaël >> >> I followed your instructions...
2009 Nov 20
2
[LLVMdev] VMKIT problem
...d files during vmkit configure. That error has vanished. Now when I run jnjvm or vmkit in Release/bin on any file I'm getting a new error : " terminate called without an active exception Aborted " Any help is much appreciated, -Nataraj. On Fri, Nov 20, 2009 at 2:40 PM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Nataraj, > > You're using incompatible versions of vmkit and GNU Classpath. First, you > should use vmkit 0.26 and llvm 2.6 (at least, -- use trunk if there are > problems). Second, you should use GNU Classpath 0.97.2. > >...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...when I run jnjvm or vmkit in Release/bin on any file I'm getting a > new error : > > " terminate called without an active exception > Aborted " > > Any help is much appreciated, > > -Nataraj. > > > > On Fri, Nov 20, 2009 at 2:40 PM, Nicolas Geoffray > <nicolas.geoffray at gmail.com <mailto:nicolas.geoffray at gmail.com>> wrote: > > Hi Nataraj, > > You're using incompatible versions of vmkit and GNU Classpath. > First, you should use vmkit 0.26 and llvm 2.6 (at least, -- use > trunk if the...
2010 Jul 07
2
[LLVMdev] vmkit build problems
Latest version of vmkit should now build fine with latest llvm. Nicolas On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > The one that I have currently that works with vmkit is 107120. > > > On Wed, Jul 7, 2010 at 10:58 AM, Chanwit Kaewkasi <chanwit at gmail.com>wrote: > >> Hello Nicolas, >> >> Thank you for quick reply. >> I...
2010 Jul 09
0
[LLVMdev] vmkit build problems
Thank you, Nicolas. But I still have no luck compiling the latest revision. However, vmkit-0.27 is compiled and running fine on my machine. Thanks, Chanwit On Thu, Jul 8, 2010 at 05:18, nicolas geoffray <nicolas.geoffray at gmail.com> wrote: > Latest version of vmkit should now build fine with latest llvm. > Nicolas > > On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray > <nicolas.geoffray at gmail.com> wrote: >> >> The one that I have currently that works wit...
2010 Jul 09
2
[LLVMdev] vmkit build problems
...05 PM, Chanwit Kaewkasi <chanwit at gmail.com> wrote: > Thank you, Nicolas. > But I still have no luck compiling the latest revision. However, > vmkit-0.27 is compiled and running fine on my machine. > > Thanks, > > Chanwit > > On Thu, Jul 8, 2010 at 05:18, nicolas geoffray > <nicolas.geoffray at gmail.com> wrote: > > Latest version of vmkit should now build fine with latest llvm. > > Nicolas > > > > On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray > > <nicolas.geoffray at gmail.com> wrote: > >> > >> The...
2009 May 19
3
[LLVMdev] llvm-java
On Tue, May 19, 2009 at 12:30 PM, Nicolas Geoffray <nicolas.geoffray at lip6.fr> wrote: >> The pi functions can be implemented with copy instructions. > > Store instructions? I would assume something more like "select i1 true, <ty> %val, <ty> undef". -Eli
2011 Jul 20
2
[LLVMdev] Unable to run a java class by j3
Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes: > > > Hi Sarah, > > You should use classpath 0.97.2 and not 0.98 (isn't the error message obvious? ). > So please try with classpath 0.97.2, and let me know if it works. > > ____________________________________...
2011 Aug 29
2
[LLVMdev] VMKit Development
....98 instead of 0.97 and its the non X version. So I do not have the libgtkpeer.so. Maybe that is the reason why it is crashing. Unfortunately, I am not able to compile GNU class path with gtk+ peer right now. Will give it a try on the mac. Thanks, Akshat On Sat, Aug 27, 2011 at 3:57 AM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > This error usually shows up when vmkit cannot find the classpath libs and > jar. Make sure --with-gnu-classpath-libs points to the directory of .so > files are, and that --with-gnu-classpath-glibj points to glibj.zip. > > Nicolas >...
2011 Aug 29
0
[LLVMdev] VMKit Development
...> So I do not have the libgtkpeer.so. > Maybe that is the reason why it is crashing. Unfortunately, I am not able > to compile GNU class path with gtk+ peer right now. > > Will give it a try on the mac. > > Thanks, > Akshat > > On Sat, Aug 27, 2011 at 3:57 AM, Nicolas Geoffray < > nicolas.geoffray at gmail.com> wrote: > >> This error usually shows up when vmkit cannot find the classpath libs and >> jar. Make sure --with-gnu-classpath-libs points to the directory of .so >> files are, and that --with-gnu-classpath-glibj points to glibj.zip. &g...
2009 Nov 20
3
[LLVMdev] VMKIT problem
...sient/nataraj/CompilerD/classpath-0.98*//../include*-I/usr/include/classpath) and made it "/classpath-0.98/include" After that the make file ran smoothly. Looks like that was a mistake, What can I do to overcome the error? Thanks, -Nataraj On Fri, Nov 20, 2009 at 8:56 AM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Nataraj, > > Which platform are you running on? Did you follow all the steps on > vmkit.llvm.org getting started page, especially for GNU Classpath? > > Thanks! > Nicolas > > Nataraj Sundar wrote: >> >> Hi, &g...
2011 Aug 27
2
[LLVMdev] VMKit Development
...lThreadStart(mvm::Thread*) + 120 16 libpthread.so.0 0xb7774cf2 17 libc.so.6 0xb759184e clone + 94 make[2]: *** [all] Aborted Is there any way to put the building process through a debugger. I tried to use gdb, but got no stack trace. Thanks, Akshat On Fri, Aug 26, 2011 at 12:07 PM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > I just noticed there was some .h move around in llvm and fixed the includes > in vmkit. Maybe you were just removing the failing includes? > > In any case, I have updated vmkit for llvm trunk. Let me know if updating > helps. > >...
2009 Nov 20
0
[LLVMdev] VMKIT problem
...e/classpath) and made it > "/classpath-0.98/include" After that the make file ran smoothly. > > Looks like that was a mistake, What can I do to overcome the error? > > Thanks, > > -Nataraj > > > > > > On Fri, Nov 20, 2009 at 8:56 AM, Nicolas Geoffray > <nicolas.geoffray at gmail.com <mailto:nicolas.geoffray at gmail.com>> wrote: > > Hi Nataraj, > > > > Which platform are you running on? Did you follow all the steps on > > vmkit.llvm.org <http://vmkit.llvm.org> getting started page, > especia...
2010 Aug 19
0
[LLVMdev] VMKit Boehm MMTk Compilation
...in the future, my issue was the configuration of llvm-gcc. Configure with --with-llvmgccdir=YOUR/PATH doesn't work, instead you are supposed to use --with-llvmgcc=PATH/TO/llvm-gcc and --with-llvmgxx=/PATH/TO/llvm-g++ That will at least get you past my error. Best, Kyle Quoting nicolas geoffray <nicolas.geoffray at gmail.com>: > I am running revision 107246 of llvm-gcc. > > You can still debug LLVM Makefile framework. I use it to compile my c++ > files to llvm bitcode and then to native. > > Nicolas > > On Fri, Aug 13, 2010 at 10:47 PM, Kyle T. Klein >...
2011 Aug 27
0
[LLVMdev] VMKit Development
...0xb7774cf2 > 17 libc.so.6 0xb759184e clone + 94 > make[2]: *** [all] Aborted > > Is there any way to put the building process through a debugger. I tried to > use gdb, but got no stack trace. > > Thanks, > Akshat > > > On Fri, Aug 26, 2011 at 12:07 PM, Nicolas Geoffray < > nicolas.geoffray at gmail.com> wrote: > >> I just noticed there was some .h move around in llvm and fixed the >> includes in vmkit. Maybe you were just removing the failing includes? >> >> In any case, I have updated vmkit for llvm trunk. Let me know if updat...
2011 Jul 20
0
[LLVMdev] Unable to run a java class by j3
Did you link the shared libraries? (step 2). Also, can you send me your configure option? Nicolas On Wed, Jul 20, 2011 at 3:45 PM, Sarah <sarah.berenji at gmail.com> wrote: > Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes: > > > > > > > Hi Sarah, > > > > You should use classpath 0.97.2 and not 0.98 (isn't the error message > obvious? > ). > > So please try with classpath 0.97.2, and let me know if it works. > &gt...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...lem, perhaps the VMKit AOT compiler is not the best solution to my problem. I'd like to be able to support the major (if not all all) platforms that the Avian JVM supports - x86 & x86_64 linux & windows, powerpc darwin and ARM. Regards, Joshua On Tue, Jul 20, 2010 at 8:00 AM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Joshua, > > If you can get a running 32bit system, I'd suggest you do so, as you'll get > up to speed right away. I can't test VMKit on a 64bits machine, and I have > been aware that there are some compilation/execution...
2011 Aug 26
2
[LLVMdev] VMKit Development
Yep, I am compiling with llvm-gcc. Also I removed the LD flag on the configure, it still gives the same segafault. Thanks, Akshat On Fri, Aug 26, 2011 at 4:21 AM, Nicolas Geoffray < nicolas.geoffray at gmail.com> wrote: > On Fri, Aug 26, 2011 at 1:08 AM, Akshat Gupta <g.akshat at gmail.com> wrote: > >> Hi, >> >> Here are my build details. >> OS: >> Linux scop 2.6.38-gentoo-r6 #1 SMP Sat Jul 9 13:07:18 EST 2011 i686 >> In...
2010 Apr 13
3
[LLVMdev] VMKit assertion failure
...rbidden in LLVM, and explicitly stated to be so? Cheers, Nicolas On Tue, Apr 13, 2010 at 5:56 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Tue, Apr 13, 2010 at 2:29 AM, Konrad Hinsen > <konrad.hinsen at fastmail.net> wrote: > > On 11.04.2010, at 19:14, nicolas geoffray wrote: > > > >> On Sun, Apr 11, 2010 at 7:12 PM, Konrad Hinsen < > konrad.hinsen at fastmail.net> wrote > >>> I am rather surprised that the size of a method should have an impact > on stack usage, but then I haven't looked at all at how VMKit works yet. &...
2010 Jul 20
2
[LLVMdev] Fwd: Building VMKit
...ymbols for functions, etc. to be linked as a boot image. Do you know if VMKit already has these features? If not, would it be fairly straightforward to add them in such a way as to also benefit VMKit (I don't want to maintain a custom branch)? Joshua On Tue, Jul 20, 2010 at 9:07 AM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Joshua, > > What plans did you have for GC? No GC at all or Avian JVM has its own GC > (and is it precise or not?)? > > If you're not planning on using VMKit's GCs, then 64-bit system should not > be a big problem: the...