similar to: [LLVMdev] I have built a whole-program bitcode file for openldap-2.4.19

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] I have built a whole-program bitcode file for openldap-2.4.19"

2009 Oct 30
2
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
Hi,all I have written a wrapper which includes gcc/g++,ld and llvm counterparts, it invokes native or llvm compiler and linker according to the options it receives,after I replace the native tools with my wrapper in libtool script, I just typed like this make CC=wrapper AC_CFLAGS=-emit-llvm then I got a bc file of slapd and other tools in clients directory The accessory is the whole-program
2009 Oct 30
2
[LLVMdev] I have built a whole-program bitcode file foropenldap-2.19
I haven't test it completely for Apache , when I finish that I will post it ASAP. BTW, Have you archieved the same goal with gold-plugin???I once tried it but just got a failure for llvm tools is not completely compatible with GNU ones. ----- Original Message ----- From: "Keppler, Dave" <dkeppler at mitre.org> To: "Nan Zhu" <zhunansjtu at gmail.com>;
2009 Oct 30
0
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
>I have written a wrapper which includes gcc/g++,ld and llvm counterparts, >it invokes native or llvm compiler and linker according to the options it >receives,after I replace the native tools with my wrapper in libtool >script, I just typed like this > >make CC=wrapper AC_CFLAGS=-emit-llvm > >then I got a bc file of slapd and other tools in clients directory > >The
2010 Jan 15
0
Logs problem of queue_log-mysql
Hello! I'm trying to registers events of queues in /var/log/asterisk/queue_log and Mysql database .I have configured realtime queue_log on MySQL and works well, but /var/log/asterisk/queue_log file is empty, since you're not registering events of queues. Removing extconfig.conf configurations (queue_log => mysql,general), /var/log/asterisk/queue_log works well, events logs on
2008 Jan 25
0
Shift count warning messages
Jean-Marc, I dug into this further, and found that the warning occurred when PSHR32 had a shift greater than 15. in fixed_generic.h, PSHR32 is defined as: #define PSHR32(a,shift) (SHR32((a)+((1<<((shift))>>1)),shift)) For 16-bit compilers the "1" needs a cast: #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) This change fixed the
2008 Jan 23
0
Shift count warning messages
I looked back at my old C55 EC build, and I had the same warning in mdf.c which Mike found. The assembly code did have a valid shift, and this build did cancel echo. When I built with the SVN head, I saw the errors in kiss_fft.c also. The assembly there also has valid shifts. So, I suspect that these warnings do not indicate a real problem. It might be interesting to break down the
2008 Jan 26
1
Shift count warning messages
Hi Jim, Thanks a lot for investigating. It definitely makes sense now. I'll fix the problem now. Is there any other place where you see that same (or similar) problem? Jean-Marc Jim Crichton a ?crit : > Jean-Marc, > > I dug into this further, and found that the warning occurred when PSHR32 > had a shift greater than 15. > > in fixed_generic.h, PSHR32 is defined as: >
2008 Apr 08
0
Speex and C5510
The TI directory of the Speex source distribution contains a C5509A project that builds and runs in TI's Code Composer Studio simulator. This project does file I/O to files specified in the main source file. See README.TI_DSP in the main directory for some tips. You should use the 1.2 beta 3 distribution. You should be able to load, build, and run this with no effort except to get the
2008 Jan 22
0
Shift count warning messages
Mike, I played briefly with the echo canceller on the C5509A back in May 2006. I got the same compiler warnings, and sent a message to the list which included this: "I got several compiler warnings for "shift out of range" in mdf.c, which I fixed by adding EXTEND32 to all of the SHL32s with 16 bit operands (st->frame_size in 6 places, st->wtmp2 in 1 place)." I sent
2009 Aug 07
1
Anyone had any luck with SIP clients on the iPhoneplatform?
I'm using it rather successfully. Not perfect, but it works. It is limited to WiFi connectivity... at least here in Spain I cant get either client to work over 3G. I'm using Fring and Truphone. Although I have only configured a SIP to my Asterisk with Fring. Skype works fine. We tested with several Nokia 5800 (EM) using Fring. Call quality is worse. At best, we have a 1+ second delay.
2008 Apr 08
1
Speex and C5510
Thanks Jim, But i didnt find this project... It's in CCS folder or on TI site ????? Thk's Em 08/04/2008, ?s 15:52, Jim Crichton escreveu: > The TI directory of the Speex source distribution contains a C5509A > project that builds and runs in TI's Code Composer Studio > simulator. This project does file I/O to files specified in the > main source file. See
2009 Aug 07
2
Anyone had any luck with SIP clients on theiPhoneplatform?
That sounds like the ideal app for me too. Fring requires we register with Fring and give them user id/password pair. In our case it did not work until we put a public IP on our Asterisk. I just bought WeePhone and I'll give it a try on the iPhone. Cheers, Enrique -----Mensaje original----- De: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] En
2008 Jan 23
2
Shift count warning messages
Thanks Jim for looking into that, I was really starting to wonder what was going on. Let me know if you find a way to tell the compiler to stop complaining. Jean-Marc Jim Crichton a ?crit : > I looked back at my old C55 EC build, and I had the same warning in > mdf.c which Mike found. The assembly code did have a valid shift, and > this build did cancel echo. > > When I built
2010 Jan 12
1
Problem logs queue_log-mysql
Hello! I'm trying to registers events of queues in /var/log/asterisk/queue_log and Mysql database .I have configured realtime queue_log on MySQL and works well, but /var/log/asterisk/queue_log file is empty, since you're not registering events of queues. Removing extconfig.conf configurations (queue_log => mysql,general), /var/log/asterisk/queue_log works well, events logs on
2009 Aug 18
3
IAX2 ActiveX Control
hello, please any IAX2 ActiveX control that wrap libiax2 or libiaxclient? i want to develope my softphone in delphi thanks __________ Information from ESET NOD32 Antivirus, version of virus signature database 4345 (20090818) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
2010 Jan 21
1
Estimation of S.E. based on bootstrapping (functions with two or more arguments)
Hi all, I need to estimate S.E. of a certain indicator. The function to compute the value of indicator contains two arguments. Can anybody tell me how to do it? Example: We have data: a <- c(1:10) b <- c(11:20) data <- data.frame(a, b) Function to compute value of the indicator: indicator <- function(X, Y) sum(X)/(sum(Y)*2) Next I need to do the
2008 Jan 22
2
Shift count warning messages
Jim Crichton a ?crit : > I played briefly with the echo canceller on the C5509A back in May > 2006. I got the same compiler warnings, and sent a message to the > list which included this: > > "I got several compiler warnings for "shift out of range" in mdf.c, > which I fixed by adding EXTEND32 to all of the SHL32s with 16 bit > operands (st->frame_size in 6
2009 Dec 16
3
About Asterisk Manager (C# Sharp)
Hi everyone, I'm having a trouble while developing monitoring tool for queues. I'm using C# Sharp & I follow the instruction on http://www.voip-info.org/wiki/view/Asterisk+manager+Example%3A+C+Sharp. My question is how can I get information about how many people are there waiting on queue with this asterisk manager? I want to make that every time there is a call come into the
2009 May 14
1
Samba User password problem
Dear list, I have recently installed Ubuntu 8.04 Server on a machine which I want to be a domain controler for a small network of 5 PCs, each of them running WinXP Pro SP2. I have read and followed all the instructions on Samba's site and have generated machine trust accounts and usernames/passwords for the users of the local net. There is no firewall installed on Ubuntu. Althought I have
2009 Aug 12
2
Cdr src field fail??
Hi, Why do CDR second field, src field have a dest???? The real src field is 9500. Is a bug?? Example; "Q-aereos","1147938811","9500","outbound","1147938811","DAHDI/31-1","SIP/9500-0de0ea60","Dial","SIP/9500|60|t","2009-08-11 18:12:41","2009-08-11 18:12:45","2009-08-11