search for: comiled

Displaying 20 results from an estimated 76 matches for "comiled".

Did you mean: compiled
2012 May 08
2
[LLVMdev] RE : RE : svn trunk comilation error
> De : 陳韋任 [chenwj at iis.sinica.edu.tw] > Date d'envoi : mardi 8 mai 2012 11:37 > À : Rinaldini Julien > Cc: LLVM Developers Mailing List > Objet : Re: [LLVMdev] RE : svn trunk comilation error > > Hi Rinaldini, > > You probably need to illustrate what your enviroment is, what revision you > checkout and how you build LLVM. I have no problem build LLVM svn here.
2012 May 09
0
[LLVMdev] RE : RE : RE : svn trunk comilation error
> De : 陳韋任 [chenwj at iis.sinica.edu.tw] > Date d'envoi : mardi 8 mai 2012 11:37 > À : Rinaldini Julien > Cc: LLVM Developers Mailing List > Objet : Re: [LLVMdev] RE : svn trunk comilation error > > Hi Rinaldini, > > You probably need to illustrate what your enviroment is, what revision you > checkout and how you build LLVM. I have no problem build LLVM svn here.
2012 May 08
2
[LLVMdev] RE : svn trunk comilation error
Hi, Sorry I did not precise that, but I'm already doing that... I have, as you say, two different director, one for source and one for build (where I run my configure)... Cheers ________________________________________ De : 陳韋任 [chenwj at iis.sinica.edu.tw] Date d'envoi : mardi 8 mai 2012 05:21 À : Rinaldini Julien Cc: LLVM Developers Mailing List Objet : Re: [LLVMdev] svn trunk
2012 May 08
0
[LLVMdev] RE : svn trunk comilation error
Hi Rinaldini, You probably need to illustrate what your enviroment is, what revision you checkout and how you build LLVM. I have no problem build LLVM svn here. Have you checked tools/llvm-config/LibraryDependencies.inc is exist? Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage:
2012 May 08
0
[LLVMdev] svn trunk comilation error
> I configured it with: CC=gcc CXX=g++ ./configure --enable-optimisation=yes --enable-assertions=no ^^^^^^^^^^^ I recommend you use out-of-tree build, which means you check out the source into one directory (llvm.src/), then build in another directory (llvm.obj). Something like, --- $ ls llvm.src/ llvm.obj/ $ cd llvm.obj; ../llvm.src/configure; make
2012 May 07
3
[LLVMdev] svn trunk comilation error
Hi there, I'm having some trouble compiling llvm from trunk in the svn. I configured it with: CC=gcc CXX=g++ ./configure --enable-optimisation=yes --enable-assertions=no But I have this error: llvm[1]: Building llvm-config BuildVariables.inc file. llvm[1]: Compiling llvm-config.cpp for Release build 3.1_svn/llvm/tools/llvm-config/llvm-config.cpp:45:35: fatal error: LibraryDependencies.inc:
2009 Apr 18
2
Comiling xen-3.4.0-rc2
Hello, I''m installs xena 3.4.0-rc2 to test , and I would like to know if it is possible not to download on kernel 2.6.18, since I have installed 2.6.26-2 (debian lenny 5.0)? Regards, For@ll _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Jun 28
0
[LLVMdev] The document fault in llvm doc. And a comiling error
most html document need to add <meta http-equiv="content-type" content="text/html; charset=UTF-8"> int <head> section of html such as <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> other staff </head> this is the correct style. .\llvm\docs\SourceLevelDebugging.html Chris Lattner sabre at nondot.org
2004 Aug 06
3
Error when comiling ices-2.0
When compiling ices-2.0, I got the following error: In file included from config.h:4, from input.c:15: stream.h:16:25: shout/shout.h: No such file or directory Has anyone encountered this problem before? It appears that these headers are missing...does anyone know where they may be located? Any insight is much appreciated. dap -- -- D. Anthony Patrick [
2017 Jan 10
6
Can't comile bundled PJSIP on CentOS 7
Hello, I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. I followed this: cd /usr/src wget ... asterisk-13.13.1.tar.gz tar zxf asterisk-13.13.1.tar.gz cd asterisk-13.13.1 ASTERISK_CONFIGURE="--libdir=/usr/lib64 --prefix=/usr" ./configure ${ASTERISK_CONFIGURE} --with-pjproject-bundled make menuselect (shows res-srtp is available) make latest make command fails with
2006 Nov 25
3
[LLVMdev] LLVM Newb: Getting started
Am Freitag, 24. November 2006 03:00 schrieb Reid Spencer: > If you're making your own front end, you probably won't need it :) Well, I wanted to play around with it, so see, how my older programs perform with it. So far I managed to get some programs running by folowing scheme: for src in $infiles; do llvm-gcc -o $src.bc -c $src ; opt -f -o $src.bc.opt $src.bc ; llc -f $src.bc.opt
2002 Jul 03
0
R Guide for Windows Users
I've just completed(?) an R Guide for Windows users. It was extended from my "Compile R for Windows" that I put up a few months ago. To get it go to http://www.stat.auckland.ac.nz/~kwan022/rinfo.php Here is the table of contents: 1 Introduction 2 Installation 2.1 Installing R Base 2.2 Installing packages 3 Running R 3.1 Rgui 3.2 Rcmd 3.3 Rterm 4 Comile
2005 Aug 03
1
app_dbodbc for asterisk stable 1.09
Hi, Has anyone manage to comile app_dbodbc or ast_data with the latest stable release (1.09). If so can you give some guidence on howto do it as I have trouble getting either working. Umar
2007 May 16
1
Unable to compile "Matrix" package
After upgrading to 2.5.0 under freebsd 6.2 I updated all the add-on packages in an R session via update.packages(...). R was unable to install the "Matrix" package because it couldn't find the package. Therefore I downloaded the *.tar.gz from the CRAN site and issued R CMD INSTALL Matrix_0.99875-1.tar.gz but the comilation ended in an error (see the complete attached
2005 Sep 05
1
[LLVMdev] a very beginning question
Thank you. I'm only consider about how the compiler comiles c program to LLVM IR. I know there should be a scanner, parser, and IR generator. But where is the main entrance and how about the flow of the process, especially about the IR generator? > shding at mtu.edu wrote: >> Hi, >> Where can I find the main function of llvm compiler in the source >> file? >>
2004 Dec 09
1
[LLVMdev] Question about insert call func with pionter parameter
Hi, I got a problem when I am trying to insert a call function with pointer arguments. The function C proto-type is the following, void stat_func(char *); >ConstantArray *Cstr = dyn_cast<ConstantArray>(gI->getInitializer()); ...... >Function *exFunc = M->getOrInsertFunction("stat_func", Type::VoidTy, PointerType::get(Type::SByteTy),0); >std::vector<Value*>
2001 Jul 23
2
[fwd] Problems with ogg123 on OpenBSD (from: ryancooley@yahoo.com)
...en testing I discovered that ogg123 had no idea how to actually play a sound. I tried the "-d oss " option, to discover that oss didn't exist. I took a trip to google hoping for some more information... I did everything from making a rc file to linking /dev/dsp to /dev/audio... I comiled again, found that the DSP error above was now being generated (originally only the 'NOW' error came up) so I suppose the link did what it was meant to do. However, I unfortunately found the same problem plaguing me, no audio. I can write the output of an ogg file to a wav so I'm not...
2016 Feb 09
4
IR with no optimization
Hi all, I'm compiling linux kernel with clang. I want to generate IR with no optimization. However, kernel can only be compile with -O2 instead of -O0. Here is the source code snippet: struct zone *next_zone(struct zone *zone) { pg_data_t **pgdat* = zone->zone_pgdat; } I want to know there is an assignment from "zone" to "pgdat". I'm trying to iterate
2001 Mar 11
6
what about socks support?
Is there any plan to add socks 4 or socks 5 support to openssh like the original ssh developed in finland?? Michael Michael at bizsystems.com
2016 Feb 09
2
IR with no optimization
Thanks for the reply. Yes I'm doing static analysis. I'm trying to do points-to analysis actually. I care about whether pointer values point to the same memory location. I'm not sure if this is better to be done by Clang or LLVM? How to dump the unoptimized IR? By compiling with -O0? Thank you. On Tue, Feb 9, 2016 at 8:20 AM, David Blaikie <dblaikie at gmail.com> wrote: >