similar to: [LLVMdev] Issues with clang build

Displaying 20 results from an estimated 300 matches similar to: "[LLVMdev] Issues with clang build"

2012 May 22
0
[LLVMdev] VMKit build broken
Hi, On Tue, May 22, 2012 at 6:18 PM, Balachandran Sivakumar <benignbala at gmail.com> wrote: > Hi, > >      Thanks, I had done an svn up on one of the sub directories and > hence it had been out of sync. But had completely missed that point. > Just did an svn up and started off the build again. Thanks > The clang build went on fine. But subsequently, when I build
2012 May 23
1
[LLVMdev] VMKit build broken
Hi Balachandran, On Tue, May 22, 2012 at 8:45 PM, Balachandran Sivakumar < benignbala at gmail.com> wrote: > Hi, > > On Tue, May 22, 2012 at 6:18 PM, Balachandran Sivakumar > <benignbala at gmail.com> wrote: > > Hi, > > > > Thanks, I had done an svn up on one of the sub directories and > > hence it had been out of sync. But had completely
2012 May 21
2
[LLVMdev] VMKit build broken
Hi, I just thought of trying vmkit and checked out the source from the svn repo a few minutes back. The build is failing with the following error. llvm[4]: Compiling CGCleanup.cpp for Release+Asserts build CGCleanup.cpp:507:36: error: no member named 'getCaseSuccessor' in 'llvm::SwitchInst'; did you mean 'getSuccessor'?
2012 May 22
0
[LLVMdev] VMKit build broken
Hi Balachandran, If this is a bug, it should be filed to clang, since you're compiling a file located in the clang project. But it looks like your llvm tree and clang tree are not in sync. Could you svn update both and see if that fixes it? Nicolas On Mon, May 21, 2012 at 8:21 PM, Balachandran Sivakumar < benignbala at gmail.com> wrote: > Hi, > > I just thought
2012 May 22
2
[LLVMdev] VMKit build broken
Hi, On Tue, May 22, 2012 at 6:07 PM, Nicolas Geoffray <nicolas.geoffray at gmail.com> wrote: > Hi Balachandran, > > If this is a bug, it should be filed to clang, since you're compiling a file > located in the clang project. But it looks like your llvm tree and clang > tree are not in sync. Could you svn update both and see if that fixes it? > Thanks, I had done
2015 Aug 20
2
Using speex pre processor
Hello Tristan, Thank you. But I am using libspeex library. Does the speexdsp library be included in it? Or it needs to be installed separate. Appreciate the help. Thanks, Ankhit On Thu, Aug 20, 2015 at 11:43 AM, Tristan Matthews <tmatth at videolan.org> wrote: > Hi Ankhit, > > On Thu, Aug 20, 2015 at 12:06 PM, Ankhit Vivekananda < > ankhit.vivekananda at biscotti.com>
2004 Mar 03
9
Publication quality graphs
Dear all, A journal in which we wanted our manuscript published requires the figures as a tiff, eps or PowerPoint formated. I tried converting .jpeg files to these formats but it looses its quality both on the screen and on paper. Could some one please help. Thanks in advance, ____________________ Sivakumar Mohandass, Department of Entomology, Kansas State University [[alternative HTML
2005 Jun 16
2
User directories in /home are missing
Hi, I use Redhat Enterprise Edition 2.4.21 kernel version. In my system all the user directories in /home disappeared. No one deleted it. But I don't know how it is missing. I had one or two open sessions where I already logged in as root and cd'ed to one particular home directory. >From there I am able to access files in that home directory. But not from a new session. In new session
2004 Dec 06
2
Blank eps output files
Dear all, The following commands results in a blank graph file, postscript(file = "C:/Temp/Fig1.eps", height=4.0, width=4.0, horizontal = FALSE, onefile = FALSE, paper = "special") x11(height=3,width=3) par(mar=.1+c(4.5,4.5,0,0)) x <- c(10,20,30) y <- c(5, 7, 9) plot (x,y) dev.off() The codes function normally without any error in the command window. However, the
2011 Feb 08
0
[LLVMdev] Debug info generation through llvm backend
On Feb 6, 2011, at 8:52 PM, sivakumar srinivasan wrote: > Hi Everyone, > > I am really new to LLVM. I am working on something where I had to pick-up a half-cooked backend and need to add debug support to it. I have searched through messages but could not find a nice starting place. Could some one please provide me with some pointers about > - what is already supported in llvm as far
2009 Aug 10
1
error mounting ocfs2 mountpoints
This node rebooted due to a kernel panic and we are not able to mount the ocfs2 filesystems after that. Please help [root at guard0 ~]# /etc/init.d/o2cb online Loading module "configfs": OK Mounting configfs filesystem at /sys/kernel/config: OK Loading module "ocfs2_nodemanager": OK Loading module "ocfs2_dlm": OK Loading module "ocfs2_dlmfs": OK Mounting
2015 Aug 20
2
Using speex pre processor
Hello, I am a newbie and wanted to know if a speex preprocessor, such as a DENOISE, can be used with other encoders such as AAC. We are developing video cameras using speex codec for encoding and decoding audio when placing calls. We also stream live audio/video files out of the camera and use AAC encoder for that as the server that we stream to supports only AAC. But, the noise level is high
2005 Oct 27
4
Is CentOS 3.5 built out of RHEL AS OR ES?
Hello Gurus, 1. Do you have any idea whether CentOS 3.5 is built out of RHEL AS or RHEL ES? 2. Can a single process use more than 32 Gbytes of RAM in CentOS 3.5 ? Is there any limitation that you experienced? Thanks for your time. Siva. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 07
4
[LLVMdev] Debug info generation through llvm backend
Hi Everyone, I am really new to LLVM. I am working on something where I had to pick-up a half-cooked backend and need to add debug support to it. I have searched through messages but could not find a nice starting place. Could some one please provide me with some pointers about - what is already supported in llvm as far as emitting debugging information is concerned? - how to emit debug
2005 Oct 27
2
Question on Quad Opteron HP DL 585
Hi, I have a HP DL 585 server with Quad Opteron processors and 32 Gbytes of RAM. I would like to know whether CentOS 3.5 x86_64 will recognize all 4 CPUs and 32 Gbytes of RAM. I will also running EDA tools like PriteTime, and Magma on this server. Does CentOS has any issues with these tools? your help on this question is appreciated. Thanks Siva. -------------- next part -------------- An
2012 Apr 18
4
[LLVMdev] Build warnings and errors
This is what I get when I try to build: http://pastie.org/private/tkvb5dz3xmzbgyvi7w At the top, there are a ton of warnings emitted by tablegen building Hexagon .inc files. At the bottom there is a failure when building the clang driver, complaining about finding `DEFAULT_SYSROOT` I'm building with ninja (generated by CMake). --Sean Silva -------------- next part -------------- An HTML
2005 Jun 02
1
passwd : Module is unknown (Redhat 9 Enterprise Edition)
Hi All, Can anyone help me in resolving this problem. I use Redhat 9 Enterprise edition. I have a session in which I logged in as a root. When I issue the command "su" from any other user it is throwing error "su : Incorrect password", If I try to change the password from the root session, it is throwing error "passwd : module unknown". [root at TESTING
2017 Jul 18
0
linear trend JJAS spatial data (1979-2005)
Hello, I have a netcdf file for summer monsoon rainfall gridded data over Indian region. How can I find the linear trend in R? regards Sourabh Bal Dr. Sourabh Bal Assistant Professor Department of Physics Swami Vivekananda Institute of Science and Technology Kolkata 700145 [[alternative HTML version deleted]]
2005 Jan 07
2
configure error for R-2.0.1
Hi List, I'm trying to build R-2.0.1 on and AMD64/Linux (Suse 9.1) and I get the following error while running the configure script. ... checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... lower case, underscore, extra underscore checking whether g77 appens underscores to external names... yes checking whether mixed C/Fortran code can
2012 Apr 18
2
[LLVMdev] Build warnings and errors
On Apr 18, 2012, at 1:00 PM, Chandler Carruth <chandlerc at google.com> wrote: > Jim's comment handles the tablegen stuff... > > On Wed, Apr 18, 2012 at 10:50 AM, Sean Silva <silvas at purdue.edu> wrote: > At the bottom there is a failure when building the clang driver, complaining about finding `DEFAULT_SYSROOT` > > I'm building with ninja (generated by