search for: negar

Displaying 12 results from an estimated 12 matches for "negar".

Did you mean: near
2012 Nov 21
5
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
...cannot link to the appropriate ARM libraries. In file included from ../../../../LLVM/project/file1.cpp:8: /usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../include/c++/4.6/iostream:38:10: fatal error: 'bits/c++config.h' file not found #include <bits/c++config.h> ^ Thanks Negar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121121/43e4f175/attachment.html>
2012 Nov 20
4
[LLVMdev] Question about compiling LLVM through cross-compiler for ARM
...get the arm-arm version correctly. To sum up, I need to cross-compile llvm for ARM to work in gem5 through the ubuntu image for ARM systems. ../llvm/configure --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi --prefix=/path/to/install --with-sysroot=/usr/arm-linux-gnueabi Best regards Negar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121120/6fca0327/attachment.html>
2012 Nov 24
1
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
On 24.11.2012, at 17:53, Negar Mir <nmiralaei at gmail.com> wrote: > Thanks for your information. So, do you think it's better working with MCJIT instead of JIT specially for ARM platforms? I'm going to work on .bc files of some benchmarks for ARM platform. And, I decided to work with the JIT. Now, you proposed...
2012 Nov 21
0
[LLVMdev] Question about compiling LLVM through cross-compiler for ARM
...rk and said : "cannot execute binary file". What does "file" says on the binary? > This means that I couldn't cross-compile the llvm for ARM to work on ARM! Something is broken on your side. I can definitely cross-compile LLVM to mingw32 On Wed, Nov 21, 2012 at 4:12 PM, Negar Mir <nmiralaei at gmail.com> wrote: > Hi Anton, > > Sorry for the brief description. The problem is: > > I am trying to make llvm commands working in my Ubuntu-ARM image within > gem5. > After downloading clang+llvm, I tried to build and configure llvm by using > cross...
2012 Nov 21
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
Hi Negar, > In file included from ../../../../LLVM/project/file1.cpp:8: > /usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../include/c++/4.6/iostream:38:10: > fatal error: > 'bits/c++config.h' file not found > #include <bits/c++config.h> > ^ That's a compile-...
2012 Nov 24
0
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
...you think it's better working with MCJIT instead of JIT specially for ARM platforms? I'm going to work on .bc files of some benchmarks for ARM platform. And, I decided to work with the JIT. Now, you proposed working with MCJIT. Could I get all the benefits of JIT in MCJIT as well? Regards Negar On Sat, Nov 24, 2012 at 4:06 PM, Benjamin Kramer <benny.kra at gmail.com>wrote: > While the MCJIT doesn't cover all of the features the old JIT had, it has > the huge advantage of actually producing working results on ARM and PPC64. > The old JIT for non-x86 has bit-rotted a lo...
2012 Nov 24
5
[LLVMdev] Removing old JIT CodeEmitters for ARM and PPC
While the MCJIT doesn't cover all of the features the old JIT had, it has the huge advantage of actually producing working results on ARM and PPC64. The old JIT for non-x86 has bit-rotted a lot, to the point of crashing even for simple examples. I'm proposing to remove the JIT code emitters for the ARM and PPC targets now so it's no longer holding back the development of the MC parts
2012 Oct 12
0
[LLVMdev] Cambridge LLVM Afternoon Workshop on Monday
...le for people who want to come to the entire event. 1:00 Welcome David Chisnall 1:10 ARM and LLVM Lee Smith 1:30 DOME: Delaying and Overcoming Microprocessor Errors Negar Miralaei 1:50 LLVM to Bluespec Ali Mustafa Zaidi 2:10 CHERI - Language support for hardware capabilities David Chisnall 2:30 TESLA - Temporally Enhanced Security Logic Assertio...
2012 Nov 21
0
[LLVMdev] Question about compiling LLVM through cross-compiler for ARM
>> > It is done. Then, I should copy this version on my image and then boot >> > the image with gem5. The >> > problem is when I try to run llvm-commands in gem5, they don't work and >> > said : "cannot execute binary file". >> What does "file" says on the binary? > when I use commands like : "#arm-linux-gnueabi-clang test.c
2012 Nov 21
2
[LLVMdev] Question about compiling LLVM through cross-compiler for ARM
...traight --host / --target configure > PS: There is "Reply All" button, please reply to the list as well > You're right, thank you. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > Cheers Negar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121121/4fccef1a/attachment.html>
2013 Jul 12
2
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Hola de nuevo. Leí mal. Si vas a eliminar esas filas, entonces usa: sqldf("select * from graph where sol!='lim' and dia!=2") En el correo anterior seleccioné precisamente a esas descartando a las demás. Culpa de mis anteojos... jeje. On Fri, Jul 12, 2013 at 5:20 PM, Freddy Omar López Quintero < freddy.vate01@gmail.com> wrote: > ​Hola.​ > > >> Tengo que
2011 Jul 02
0
Helping on libvirt
*Writting myVirt* ------------------------------ Dear all, I'm new in libvirt. I would be glad if you help me. I want to write a program for controlling all libvirt servers named "MYVIRT". The libvirtd works as fallow: { CLIENT } ---------------------> { SERVER A } | | ------------------------------> { SERVER B } Now, I want to place MYVIRT between client and libvirtd