search for: neel

Displaying 20 results from an estimated 50 matches for "neel".

Did you mean: need
2009 Jul 03
1
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...supposed to use? The one in CodeSourcery? > But how's assembler actually called? Just try to compile something > with extra -v option added Did: llvm-gcc -v simple.c ------------------------------------------- Using built-in specs. Target: arm-none-linux-gnueabi Configured with: /home/neel/xllvm/build-xl/src/llvm-gcc-4.2/configure --enable-languages=c,c++ --enable-llvm=/home/neel/xllvm/install-xl/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm --prefix=/home/neel/xllvm/install-xl/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2 --program-pre...
2009 Jun 29
0
[LLVMdev] configuring cross compiler for Mac to Linux on ARM
...printf() or do anything system related. I am building binutils, then llvm, then combined. I have tried many different combinations of configure options. I have RTFM and RTFS but am still stumped. Any help would be greatly appreciated. Currently using: ../../combined/configure --prefix=/Users/neel/llvm/llvm-top/install/onmacosx/arm --build=i686-apple-darwin9 --host=i686-apple-darwin9 --target=arm-eabi --with-cpu=cortex-a8 --with-fpu=neon --with-abi=aapcs --with-float=hard --enable-llvm=/Users/neel/llvm/llvm-top/build-la/llvm --program-prefix=llvm- --enable-languages=c,c++ --disable-bootstrap...
2009 Jul 03
0
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
Hi, Neel > I suspect it is using the wrong assembler. But when I do llvm-gcc -v I > can see it has: > >  --with-gnu-as=/home/neel/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-as But how's assembler actually called? Just try to compile something with extra -v option added -- W...
2009 Jul 03
4
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...1 TRIED: adding --with-cpu=cortex-a8 to configuration for llvm-gcc RESULT: llvm-gcc now builds but when I try to use it I get "as: unrecognized option `-mcpu=cortex-a8'" I suspect it is using the wrong assembler. But when I do llvm-gcc -v I can see it has: --with-gnu-as=/home/neel/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-as If I use that assembler directly I get an executable but printf, fflush and others are UNDefined. I can compile programs using the CodeSourcery gcc toolchain just fine. I did not even have to install the runtime code on the Beagle Boar...
2007 Feb 27
1
chan_sip.c:10173 handle_response: Dont know how to handle a 202 Accepted respons
What does this mean? Asterisk 1.2.13 talking to 1.4.0. (response from 1.4.0.) Yuan Liu
2005 Mar 26
5
Click-to-Talk with Asterisk?
...Asterisk? Hello All, Is there any open source Click-To-Talk feature which we can integrate with Asterisk PBX? It's a button created on a webpage and when clicked it will create a connection to any available extension. Can anyone point me to the right direction...? Thanking you in Advance. Neel _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
2005 Jul 18
5
TDM04B - Takes long to initialize...
...inbound call on that PSTN number should ring on that extension. But its too slow... First Zap 1-1 takes time to initialize and then transferring the call to extension takes time. Is there any way to speed up the process or reduce the timings, I can not find any info. Please help... Thanks Neel
2012 Sep 14
2
plotting points on a map, assigning vectors to values from dataset
...ooks all right so far to me...) I hope you understand my problem, and like I said, it is probably something very easy and clear. I found lots of info about point, pch, bg etc., but not of how to automatically assign values to points using a data file. I am grateful for any comment! Best wishes, Neele library(maps) library(mapdata) map = read.delim("C:/Users/Neele/Desktop/number_of_modals.txt", header=TRUE) map$longitude=gsub(",",".",map$longitude) map$longitude=as.numeric(as.character(map$longitude)) map$latitude=gsub(",",".",map$latitude)...
2009 Jul 03
0
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
On Jul 2, 2009, at 6:24 PM, Neel Nagar wrote: > I suspect that my llvm-gcc cross compiler is using the wrong > assembler because it does not recognize "-mcpu=cortex-a8". This is a known problem. We've only added support for ARMv7 (including cortex-a8) in llvm in the last week or so, and the associated c...
2008 May 08
1
MOH and Licensed G729 codec
...ll three Asterisks box and it was working fine. So I install G729 codec and retested MOH and it was all wavy... Meaning the music was going up and down and missing bits and pieces and choppy... Any idea what did I do wrong? The MOH files are the default ones which comes with Asterisk. Cheers, Neel
2015 Mar 27
1
Channel Device virConnectListAllNodeDevices
Hello, I've added a Channel Device through virt-manager GUI. virsh dumpxml shows the device as. <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/ubuntusaucy.marx'/> <target type='virtio' name='marx'/> <alias name='channel2'/> <address
2009 Nov 10
0
[LLVMdev] speed up memcpy intrinsic using ARM Neon registers
On Nov 9, 2009, at 7:34 PM, Neel Nagar wrote: > I tried to speed up Dhrystone on ARM Cortex-A8 by optimizing the > memcpy intrinsic. I used the Neon load multiple instruction to move up > to 48 bytes at a time . Over 15 scalar instructions collapsed down > into these 2 Neon instructions. > > fldmiad r3, {d...
2007 Mar 07
1
Asterisk Registering to other SIP servers.
...68.2.94>;tag=as40ac92ca To: <sip:18474201111@192.168.2.94> Call-ID: 32e103eb389d6fa76c232e5e7dcb6728@127.0.0.1 CSeq: 102 REGISTER User-Agent: Asterisk PBX Max-Forwards: 70 Expires: 120 Contact: <sip:18474201111@192.168.2.96> Event: registration Content-Length: 0 Thanks, Neel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070307/0b694476/attachment.htm
2009 Nov 10
4
[LLVMdev] speed up memcpy intrinsic using ARM Neon registers
...ch is correct. The code runs fine. I have attached my patch for "lib/Target/ARM/ARMISelLowering.cpp" to this email. Does this look like the right modification? Does anyone have any insights into why this is not way faster than using scalar registers? I am using a BeagleBoard. Thanks, Neel Nagar -------------- next part -------------- A non-text attachment was scrubbed... Name: memcpy_neon_091109.patch Type: application/octet-stream Size: 2040 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091110/61765619/attachment.obj>
2008 Mar 27
3
kernel memory and zfs
We have a 32 GB RAM server running about 14 zones. There are multiple databases, application servers, web servers, and ftp servers running in the various zones. I understand that using ZFS will increase kernel memory usage, however I am a bit concerned at this point. root at servername:~/zonecfg #mdb -k Loading modules: [ unix krtld genunix specfs dtrace uppc pcplusmp ufs md mpt ip indmux ptm
2009 Feb 02
8
ZFS core contributor nominations
The time has come to review the current Contributor and Core contributor grants for ZFS. Since all of the ZFS core contributors grants are set to expire on 02-24-2009 we need to renew the members that are still contributing at core contributor levels. We should also add some new members to both Contributor and Core contributor levels. First the current list of Core contributors: Bill
2015 Mar 19
2
pty pairing host - guest
HI!, I am using virt-manager GUI. There I can add a `Console Device` through Add Hardware. I can add a virtio pty WITHOUT restarting the VM. also I get a pty allocated to host machine say `/dev/pty/M` My expectation is this `host:/dev/pty/M` is connected with a `guest:/dev/ttyN`. so If I open minicom or screen and write to `host:/dev/pty/M` it will be propagated to 'guest:/dev/ttyN'. Is
2007 Sep 18
0
arcstat - a tool to print ARC statistics
I wrote a simple tool to print out the ARC statistics exported via kstat. Details at http://blogs.sun.com/realneel/entry/zfs_arc_statistics -neel -- --- Neelakanth Nadgir PAE Performance And Availability Eng
2005 Mar 02
0
Call Forwarding to Cell Phone, Pager, etc
...pagers, home phone, etc. For example, if exten 202 is away, he will set his call blasting priority like first ring the exten for 10 sec if not answered then ring cell number for 10 sec again if not answered, then ring home and etc. Like a call blasting priority... Any help would be appreciated. Neel _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users The contents of this email messa...
2005 Mar 03
2
Attended Transfer (ATXFER) with CVS asterisk r 1_
Hi, I successfully installed asterisk 1.0 with Capi 0.35. In my pbx system I would like to use the atxfer function but is not included in the stable asterisk. Is there a way to include it in my version of asterisk: I did no used the last cvs because I can't compile the chan_capi .in it. :( Bye