search for: chinthala

Displaying 18 results from an estimated 18 matches for "chinthala".

Did you mean: chinthaka
2013 Feb 11
2
[LLVMdev] llvm pass
hello sir, i build llvm-clang successfully in my pc but while running a pass i am geetting this error praveen at ubuntu:~/Desktop/LLVM/ build/Release$ opt -load /lib/LLVMHello.so --help Error opening '/lib/LLVMHello.so': /lib/LLVMHello.so: cannot open shared object file: No such file or directory -load request ignored. please help me to overcome the error. -------------- next part
2013 Feb 11
0
[LLVMdev] llvm pass
---------- Forwarded message ---------- From: Manoj C <manoj.chinthala at gmail.com> Date: Mon, Feb 11, 2013 at 11:05 AM Subject: llvm pass To: llvmdev at cs.uiuc.edu hello sir, i build llvm-clang successfully in my pc but while running a pass i am geetting this error praveen at ubuntu:~/Desktop/LLVM/ build/Release$ opt -load /lib/LLVMHello.so --help Error o...
2013 Feb 10
0
[LLVMdev] llvm-installation
You should use make -j with a number lower than 4, it looks like you ran out of memory when linking. On 10 February 2013 15:41, Manoj C <manoj.chinthala at gmail.com> wrote: > hello sir, > in llvm installation ./configure command worked properly but while > giving > make -j 4 command in ubuntu > > everything got build properly but at last it showed error as > > llvm[4]: Linking Debug+Asserts executable clang > col...
2013 Feb 10
0
[LLVMdev] llvm installation
...lity configure:12180: error: g++|clang++|icc required but not found configure can't find a c++ compiler. On Ubuntu, please install g++ (sudo apt-get install g++). This error should have been written to your console when you ran configure. On Sun, Feb 10, 2013 at 8:35 AM, Manoj C <manoj.chinthala at gmail.com> wrote: > hello sir, > i am using llvm compiler for my project.i an doing llvm > installation.i followed all the steps in the llvm website but after running > this command > > ../llvm/configure --enable-targets=host-only it executed but it didnt > cr...
2013 Feb 10
2
[LLVMdev] llvm-installation
hello sir, in llvm installation ./configure command worked properly but while giving make -j 4 command in ubuntu everything got build properly but at last it showed error as llvm[4]: Linking Debug+Asserts executable clang collect2: ld terminated with signal 9 [Killed] make[4]: *** [/home/manoj/Desktop/LLVM/ build/Debug+Asserts/bin/clang] Error 1 make[4]: Leaving directory
2013 Feb 10
2
[LLVMdev] llvm installation
hello sir, i am using llvm compiler for my project.i an doing llvm installation.i followed all the steps in the llvm website but after running this command ../llvm/configure --enable-targets=host-only it executed but it didnt create any make file in build directory ,only config.log file is appeared after running this command. after running the later command it is showing like this
2013 Feb 11
2
[LLVMdev] Emulating an infinite register file in the backend
...|icc required but not found > > configure can't find a c++ compiler. On Ubuntu, please install g++ (sudo > apt-get install g++). > > This error should have been written to your console when you ran configure. > > > > On Sun, Feb 10, 2013 at 8:35 AM, Manoj C <manoj.chinthala at gmail.com> wrote: > >> hello sir, >> i am using llvm compiler for my project.i an doing llvm >> installation.i followed all the steps in the llvm website but after running >> this command >> >> ../llvm/configure --enable-targets=host-only it e...
2013 Feb 10
0
[LLVMdev] llvm installation
...wasn't created it is very likely that the configuration stage failed. Take a look at the contents of config.log to see where configure failed. You could also post ( as an attachment ) the config.log file for others to look at. Thanks, Dan. On 10 Feb 2013 12:28, "Manoj C" <manoj.chinthala at gmail.com> wrote: > hello sir, > i am using llvm compiler for my project.i an doing llvm > installation.i followed all the steps in the llvm website but after running > this command > > ../llvm/configure --enable-targets=host-only it executed but it didnt > c...
2013 Feb 10
0
[LLVMdev] llvm installation
Sorry currently on my phone so it is hard to read the config.log but at glance I see errors about not being able to find g++ ( the GNU c++ compiler) Have you installed g++? Thanks, Dan On 10 Feb 2013 13:46, "Manoj C" <manoj.chinthala at gmail.com> wrote: > hello sir, > i am using llvm compiler for my project.i an doing llvm > installation.i followed all the steps in the llvm website but after running > this command > > ../llvm/configure --enable-targets=host-only it executed but it didnt > c...
2013 Jan 21
2
[LLVMdev] request
sir, i am in a need of llvm compiler but i do not know how to install it. can you please help me by providing installation steps. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130121/1a00db9d/attachment.html>
2013 Jan 30
2
[LLVMdev] llvm compiler
hello sir, i compiled simple c program for printing hello world using clang front end it generates .s file successfully but while generating bit code it is showing error as llvm-as: test.s:5:17: error: expected 'global' or 'constant' @.str = private unnamed_addr constant [12 x i8] c"hello world\00" how to fix this error? the .s file is in assembly language(not
2013 Feb 12
0
[LLVMdev] Emulating an infinite register file in the backend
...configure can't find a c++ compiler. On Ubuntu, please install g++ (sudo >> apt-get install g++). >> >> This error should have been written to your console when you ran >> configure. >> >> >> >> On Sun, Feb 10, 2013 at 8:35 AM, Manoj C <manoj.chinthala at gmail.com> >> wrote: >> >> hello sir, >>> i am using llvm compiler for my project.i an doing llvm >>> installation.i followed all the steps in the llvm website but after >>> running >>> this command >>> >>> ../...
2013 Feb 10
0
[LLVMdev] llvm installation
hello sir, i am using llvm compiler for my project.i an doing llvm installation.i followed all the steps in the llvm website but after running this command ../llvm/configure --enable-targets=host-only it executed but it didnt create any make file in build directory ,only config.log file is appeared after running this command. after running the later command it is showing like this
2013 Feb 10
1
[LLVMdev] llvm installation
hello sir, while i am trying to run make -j 2 comand while installation it is showing like make: Warning: File `/home/manoj/Desktop/LLVM/build/Makefile.llvmbuild' has modification time 2.8e+04 s in the future llvm[0]: Reconfiguring with /home/manoj/Desktop/LLVM/llvm/configure what does it mean????? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Feb 11
1
[LLVMdev] llvm-installation
hello sir, ./configure worked properly but while giving make -j 2 command in ubuntu everything got build properly but at last it showed error as llvm[4]: Linking Debug+Asserts executable clang collect2: ld terminated with signal 9 [Killed] make[4]: *** [/home/manoj/Desktop/LLVM/ build/Debug+Asserts/bin/clang] Error 1 make[4]: Leaving directory
2013 Feb 11
0
[LLVMdev] llvm-installation
hello sir, ./configure worked properly but while giving make -j 2 command in ubuntu everything got build properly but at last it showed error as llvm[4]: Linking Debug+Asserts executable clang collect2: ld terminated with signal 9 [Killed] make[4]: *** [/home/manoj/Desktop/LLVM/build/Debug+Asserts/bin/clang] Error 1 make[4]: Leaving directory `/home/manoj/Desktop/LLVM/
2013 Feb 11
1
[LLVMdev] llvm
hello sir, ./configure worked properly but while giving make -j 2 command in ubuntu everything got build properly but at last it showed error as llvm[4]: Linking Debug+Asserts executable clang collect2: ld terminated with signal 9 [Killed] make[4]: *** [/home/manoj/Desktop/LLVM/build/Debug+Asserts/bin/clang] Error 1 make[4]: Leaving directory `/home/manoj/Desktop/LLVM/
2013 Jan 21
1
[LLVMdev] llvm-installation steps
sir, i am in a need of llvm compiler but i do not know how to install it. can you please help me by providing installation steps. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130121/ed103c08/attachment.html>