search for: iiita

Displaying 13 results from an estimated 13 matches for "iiita".

Did you mean: iiit
2016 May 06
3
build issue in llvm-clang cross tool chain for arm target
...r arm target, after successful build for Linux host now I am now building toolchain for *arm target*. However, I am getting below error message which seems to be confusing and not getting any idea how to resolve this issue. *Command :* #CC='clang' CXX='clang++' cmake -G Ninja /home/iiita/crossbuild/llvm -DLLVM_ENABLE_LIBCXX=ON -DCMAKE_CROSSCOMPILING=True -DCMAKE_INSTALL_PREFIX=/home/iiita/crossbuild/build -DLLVM_TABLEGEN=/home/iiita/llvm-3.8/build/bin/llvm-tblgen -DCLANG_TABLEGEN=/home/iiita/llvm-3.8/build/bin/clang-tblgen -DLLVM_DEFAULT_TARGET_TRIPLE=arm-linux-gnueabihf -DLLVM_TAR...
2010 Jun 15
4
can't seem to register, status unmonitored
...he problem here, should the status be different? I want to make a call from server to the 2001 user through a php file, how can I do so?? Thanks in advance Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email: rit2007033 at iiita.ac.in niksinghania at gmail.com http://profile.iiita.ac.in/RIT2007033/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100615/e0054ddb/attachment.htm
2010 Jun 14
2
calling peer from server
...function inbuilt in phpagi.php file. I have tried diff ways but can't seem to get it work. Can please some one suggest me anything in this regard. -- Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email: rit2007033 at iiita.ac.in niksinghania at gmail.com http://profile.iiita.ac.in/RIT2007033/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100614/2f9b5e66/attachment.htm
2010 Jun 10
1
asterisk registration
...ls may be confusing..I have tried to briefly write in case any more explanation needed, please mail me.I am stuck in this so please help. Thanks in advance Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email: rit2007033 at iiita.ac.in niksinghania at gmail.com http://profile.iiita.ac.in/RIT2007033/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100610/8464b759/attachment.htm
2016 May 05
2
LLVM cross compilation for arm target
...o All, I am building llvm-clang tool chain for *arm target* by following the steps from http://clang.llvm.org/docs/CrossCompilation.html *However when I tried following cmake command for build tool chain it gives the error message :* #CC='clang' CXX='clang++' cmake -G Ninja /home/iiita/llvm-exp/llvm -DCMAKE_CROSSCOMPILING=True -DCMAKE_INSTALL_PREFIX=/home/iiita/llvm-exp/llvm/build -DLLVM_TABLEGEN=/usr/bin/host/llvm-tblgen -DCLANG_TABLEGEN=/usr/bin/host/clang-tblgen -DLLVM_DEFAULT_TARGET_TRIPLE=arm-linux-gnueabihf -DLLVM_TARGET_ARCH=ARM -DLLVM_TARGETS_TO_BUILD=ARM -DCMAKE_CXX_FLAG...
2010 Jun 21
1
using call file
...once the playback is over the call is disconnected. Is there any way it can wait and also record the dtmf inputs once the playback is over. Thanks in advace Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email: rit2007033 at iiita.ac.in niksinghania at gmail.com http://profile.iiita.ac.in/RIT2007033/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100621/c80b69a8/attachment.htm
2010 Jun 22
1
storing DTMF inputs
...d CLI shows no such message of key pressing. Is it supposed to show the message?? There may be other ways too, what ever would be implemented easily. -- Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email: rit2007033 at iiita.ac.in niksinghania at gmail.com http://profile.iiita.ac.in/RIT2007033/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100622/5393a347/attachment.htm
2016 Mar 01
2
How to write a simple MachineFunctionPass
...e to write a MachineFunctionPass pass. I am following the steps form the following link but it is not working: http://www.gabriel.urdhr.fr/2014/09/26/adding-a-llvm-pass/ Please share the sample MachineFunctionPass code or steps to follow to write MachineFunctionPass. Thanks, Bala -- Thanks, Bala IIITA Allahabad -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160301/bdda14b4/attachment.html>
2016 Feb 26
1
How to write LLVM pass to collect register usage stats
...s for the program assigned by compiler(in other words "how many time each register will be accessed by the program when it will execute"). How to write LLVM pass which will analyse the code after LLVM global register allocation pass and output the stats. Regards, -Bala -- Thanks, Bala IIITA Allahabad -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160226/2baa2afb/attachment.html>
2010 Jun 17
0
writing echo in inbound file
...r any character exept carriage return..though this seems a foolishness. I don't know how to do this. You can also see hello world echoed on output. -- Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email: rit2007033 at iiita.ac.in niksinghania at gmail.com http://profile.iiita.ac.in/RIT2007033/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100617/b0d66f9e/attachment.htm
2016 Mar 01
0
How to write a simple MachineFunctionPass
...g the steps form the following link but it is not working: > http://www.gabriel.urdhr.fr/2014/09/26/adding-a-llvm-pass/ > > Please share the sample MachineFunctionPass code or steps to follow to > write MachineFunctionPass. > > Thanks, > Bala > -- > Thanks, > Bala > IIITA Allahabad > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -- My best regards to you. No System Is Safe! mudongliang -------------- next pa...
2010 Jun 17
1
calling machine over sip
...ne I give domin information as the ip of the asterisk server i.e. 172.26.48.208. In the softphone it shows registration successful. Thanks in advance -- Nikhil Kumar summer intern:simmortel voice technologies rit2007033 b.tech IT 6th sem IIIT Allahabad contact at 9793905858 email: rit2007033 at iiita.ac.in niksinghania at gmail.com http://profile.iiita.ac.in/RIT2007033/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100617/1d9f03cf/attachment.htm
2008 Jun 19
5
observe_field
I have been trying to pass a collection_select parameter and a text field parameter to observe_field so that it watches both the parameters simultaneously. but what i can see is , when i select some value from drop down and dont write anything in text field its giving correct results.parameters are also correct passed, but just after that if i write something in text field that value also get