search for: azim

Displaying 20 results from an estimated 34 matches for "azim".

Did you mean: aim
2010 Dec 22
2
[LLVMdev] LLVM installation in Windows
Did you specify "--program-prefix=llvm-" on your configure line? That's what tells the llvm-gcc build to use the llvm-* names for the executables. -Jim On Dec 21, 2010, at 7:27 PM, akramul azim wrote: > Thanks a lot both of you. Using --enable-bindings=none, I could build and install LLVM 2.8 and gcc-4.2-2.8 source. However, in the bin directory, I get c++.exe, cpp.exe, gcc.exe, g++.exe instead of llvm-c++.exe, llvm-cpp.exe, llvm-gcc.exe, llvm-g++. Are they the same? > Akramul &gt...
2010 Dec 23
0
[LLVMdev] LLVM installation in Windows
Thanks a lot. It worked !!! Akramul --- On Wed, 22/12/10, Jim Grosbach <grosbach at apple.com> wrote: From: Jim Grosbach <grosbach at apple.com> Subject: Re: [LLVMdev] LLVM installation in Windows To: "akramul azim" <bijoy123_8 at yahoo.com> Cc: "Óscar Fuentes" <ofv at wanadoo.es>, "Anton Korobeynikov" <anton at korobeynikov.info>, llvmdev at cs.uiuc.edu Date: Wednesday, 22 December, 2010, 7:50 PM Did you specify "--program-prefix=llvm-" on your configure...
2011 Jan 02
2
[LLVMdev] LLVM for ARM target
Sorry I used --enable-pic, not --enable-pics. It was a typo. Akramul --- On Sun, 2/1/11, akramul azim <bijoy123_8 at yahoo.com> wrote: From: akramul azim <bijoy123_8 at yahoo.com> Subject: Re: [LLVMdev] LLVM for ARM target To: "Bill Wendling" <wendling at apple.com> Cc: "Anton Korobeynikov" <anton at korobeynikov.info>, llvmdev at cs.uiuc.edu Date: Sunda...
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
Sorry again, my bad. I actually was using --enable-pics instead of --enable-pic. Now LLVM is being compiled. Hope the last phase llvm-gcc compilation would be a success. Thanks a lot. Akramul --- On Sun, 2/1/11, akramul azim <bijoy123_8 at yahoo.com> wrote: From: akramul azim <bijoy123_8 at yahoo.com> Subject: Re: [LLVMdev] LLVM for ARM target To: "Bill Wendling" <wendling at apple.com> Cc: llvmdev at cs.uiuc.edu Date: Sunday, 2 January, 2011, 3:12 PM Sorry I used --enable-pic, not --enabl...
2011 Jan 08
2
[LLVMdev] LLVM-GCC build failed
...al/crosstool/codesourcery/arm-2009q1/bin/arm-none-linux-gnueabi-gcc: cannot  execute binary file   make[2]: *** [crtbegin.o] Error 1   When I use arm-2009q1-176-arm-none-linux-gnueabi-i686-mingw32.tar.bz2, I get the following error:   Assembler messages:^M Error: can't open /cygdrive/d/DOCUME~2/AZIM/LOCALS~1/Temp/cc19Hfjy.s for reading : No such file or directory^M make[2]: *** [crtbegin.o] Error 1   Can anyone please tell me why the error?   Thanks, Akramul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachment...
2011 Jan 08
0
[LLVMdev] LLVM-GCC build failed
On Jan 8, 2011, at 8:04 AM, akramul azim wrote: > Hi > > I am using LLVM and LLVM-GCC from SVN (version number: 122880). And I am using arm-2009q1-176-arm-none-linux-gnueabi-i686-mingw32.tar.bz2 or arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2. I tried the automated scripts (create-snapshots.sh and build-in...
2005 Dec 27
5
TC in Wireless Environment
...i, Has anyone used TC in a wireless environment, which is dynamic. I understand that the parameters for queuing are static and cannot be changed unless the queuing discipline is deleted and reloaded with different parameters. If anyone can share any experience, that would be helpful. Thanx. Azim. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2011 Jan 02
1
[LLVMdev] LLVM for ARM target
...e target windres... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no creating ./config.status CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status creating Makefile     Can you please tell where is the problem?   Akramul --- On Sun, 2/1/11, akramul azim <bijoy123_8 at yahoo.com> wrote: From: akramul azim <bijoy123_8 at yahoo.com> Subject: Re: [LLVMdev] LLVM for ARM target To: "Bill Wendling" <wendling at apple.com> Cc: llvmdev at cs.uiuc.edu Date: Sunday, 2 January, 2011, 4:41 PM Sorry again, my bad. I actually...
2010 Dec 22
0
[LLVMdev] LLVM installation in Windows
...re they the same?  Akramul --- On Tue, 21/12/10, Anton Korobeynikov <anton at korobeynikov.info> wrote: From: Anton Korobeynikov <anton at korobeynikov.info> Subject: Re: [LLVMdev] LLVM installation in Windows To: "Óscar Fuentes" <ofv at wanadoo.es> Cc: "akramul azim" <bijoy123_8 at yahoo.com>, llvmdev at cs.uiuc.edu Date: Tuesday, 21 December, 2010, 6:41 PM > Possibly the OCaml bindings are broken on Windows/MinGW. Try building > with cmake instead of configure&make. The cmake build ignores the OCaml > bindings. One does not need to u...
2010 Dec 21
2
[LLVMdev] LLVM installation in Windows
> Possibly the OCaml bindings are broken on Windows/MinGW. Try building > with cmake instead of configure&make. The cmake build ignores the OCaml > bindings. One does not need to use cmake build to disable buildings :) It is possible to configure with --enable-bindings=none. Also, I'd suggest to use at least LLVM release 2.8, not 2.7 one. -- With best regards, Anton
2010 Dec 29
0
[LLVMdev] LLVM for ARM target
On Dec 28, 2010, at 8:06 AM, akramul azim wrote: > hi everyone, > > I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target. > > $ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm- > arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= n...
2010 Dec 28
2
[LLVMdev] LLVM for ARM target
hi everyone,        I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target.   $ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm-    arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages= c,c++   $ make   However, I get compile errors. So, i cannot execute make
2010 Dec 29
3
[LLVMdev] LLVM for ARM target
...inGW/llvm/arm_objects' make: *** [all] Error 2 I tried --enable-bootstrap but get the same error.   Akramul --- On Wed, 29/12/10, Bill Wendling <wendling at apple.com> wrote: From: Bill Wendling <wendling at apple.com> Subject: Re: [LLVMdev] LLVM for ARM target To: "akramul azim" <bijoy123_8 at yahoo.com> Cc: llvmdev at cs.uiuc.edu Date: Wednesday, 29 December, 2010, 2:26 AM On Dec 28, 2010, at 8:06 AM, akramul azim wrote: > hi everyone, >  >      I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target. > ...
2011 Jan 24
0
[LLVMdev] Error in cross-compiling "Hello World"
...x" "c:\\mingw\ \msys\\1.0\\local\\crosstool\\arm-none-linux-gnueabi\\llvm-gcc-4.2\\bin\\../lib/ gcc/arm-none-linux-gnueabi/4.2.1/" "hello.c" "-quiet" "-dumpbase" "hello.c" "-au xbase" "hello" "-o" "D:/DOCUME~2/AZIM/LOCALS~1/Temp/ccO28l0y.s"  "as" "-meabi=4" "-o" "D:/DOCUME~2/AZIM/LOCALS~1/Temp/ccs3L4rX.o" "D:/DOCUME~2/A ZIM/LOCALS~1/Temp/ccO28l0y.s"  "c:/mingw/msys/1.0/local/crosstool/arm-none-linux-gnueabi/llvm-gcc-4.2/bin/../l ibexec/gcc/arm-none-l...
2011 Jan 24
0
[LLVMdev] Error in compiling "Hello World" in a LLVM-GCC cross crosscompiler
...x" "c:\\mingw\ \msys\\1.0\\local\\crosstool\\arm-none-linux-gnueabi\\llvm-gcc-4.2\\bin\\../lib/ gcc/arm-none-linux-gnueabi/4.2.1/" "hello.c" "-quiet" "-dumpbase" "hello.c" "-au xbase" "hello" "-o" "D:/DOCUME~2/AZIM/LOCALS~1/Temp/ccO28l0y.s"  "as" "-meabi=4" "-o" "D:/DOCUME~2/AZIM/LOCALS~1/Temp/ccs3L4rX.o" "D:/DOCUME~2/A ZIM/LOCALS~1/Temp/ccO28l0y.s"  "c:/mingw/msys/1.0/local/crosstool/arm-none-linux-gnueabi/llvm-gcc-4.2/bin/../l ibexec/gcc/arm-none-l...
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
On Jan 1, 2011, at 8:29 PM, akramul azim wrote: > Hi, > I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te): > > 1. Install binutils-2.21 (downloaded from gnu.org) > > Steps: > > $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=...
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
...target (for armv5te) and why I get the errors when building LLVM (make)?     Thanks, Akramul --- On Thu, 30/12/10, Anton Korobeynikov <anton at korobeynikov.info> wrote: From: Anton Korobeynikov <anton at korobeynikov.info> Subject: Re: [LLVMdev] LLVM for ARM target To: "akramul azim" <bijoy123_8 at yahoo.com> Cc: "Bill Wendling" <wendling at apple.com>, llvmdev at cs.uiuc.edu Date: Thursday, 30 December, 2010, 1:29 PM Hello >           -c ../../llvm-gcc-4.8/gcc/crtstuff.c -DCRT_BEGIN \ >           -o crtbegin.o > C:/MinGW/llvm/arm_objects...
2011 Mar 01
1
[LLVMdev] warnings for LLVM in MinGW
....8 with Clang 2.8 and LLVM 2.8 with LLVM-GCC 2.8 in Windows using MinGW. However, when I go for running a simple Hello World program, I get warnings. Using LLVM-GCC, the warning i get is the following:   C:\MinGW\bin/ld.exe: Warning: type of symbol `_main' changed from 32 to 512 in D :/DOCUME~2/AZIM/LOCALS~1/Temp/ccnsGHVf.o   Using Clang, the warning i get is the following:    C:/MinGW/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: Warning: type of symbol `_main' changed from 32 to 512 in C :/DOCUME~2/AZIM/LOCALS~1/Temp/cc-000001.o   In both cases, the executable is produced...
2006 Sep 21
2
remotely saving an R session
Is it possible to remotely save an R session then terminate R? Of course the destructive task after 'then' is rather straightforward by itself. Thanks
2003 Oct 17
1
RE: [S] Dynamic Memory Allocation in R
> From: Gamal Abdel-Azim [mailto:gamal at crinet.com] > > While trying to expand the memory/object size in R, I noticed > that R might be using > only heap memory. Is this true? Are all objects in R created > in the heap not > allocated? It's not logical that this is the case!! Otherwise > t...