Displaying 20 results from an estimated 28 matches for "akramul".
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?
> Akramu...
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>, "...
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>,...
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
Sorr...
2011 Jan 02
1
[LLVMdev] LLVM for ARM target
...re-installed
checking where to find the 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...
2010 Dec 22
0
[LLVMdev] LLVM installation in Windows
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
--- 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 a...
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
3
[LLVMdev] LLVM for ARM target
.../MinGW/llvm/arm_objects/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/MinGW/llvm/arm_objects'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/MinGW/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 A...
2011 Mar 08
1
[LLVMdev] Clang Static Analyzer
Hi,
I have installed Clang in Windows XP 32 bit using MinGW. I want to use the Clang Static Analyzer i.e., scan-build. Can anyone please guide me how to make scan-build executable for Windows and use it.
Thanks,
Akramul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110308/4589235d/attachment.html>
2011 Jan 08
2
[LLVMdev] LLVM-GCC build failed
...6-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/attachments/20110108/a6255de6/attachment.html>
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-bindin...
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 bui...
2011 Jan 05
2
[LLVMdev] LLVM for ARM target
...I do at this point? How to get the standard C library for ARM around?
I also tried to build http://llvm.org/svn/llvm-project/llvm/trunk/utils/crosstool/ in CYGWIN. However, my LLVM building was failed when I run the script. I am in dilemma what steps i should follow. Please help me.
Thanks a lot
Akramul
--- On Tue, 4/1/11, 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....
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
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
...lvm-src/tools/gold'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/llvm/llvm-src/tools'
make: *** [all] Error 1
Can anyone please tell me is there any problem on my plan to build LLVM for the ARM 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 app...
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-pr...
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...ake[3]: Leaving directory `/llvm/arm_objects/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/llvm/arm_objects/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/llvm/arm_objects'
make: *** [all] Error 2
Can anyone please tell me the problem?
Thanks,
Akramul
--- On Sun, 2/1/11, 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: "Anton Korobeynikov" <anton at korobeynikov.info>,...
2011 Jan 04
0
[LLVMdev] LLVM for ARM target
> Can anyone please tell me the problem?
It seems you don't have the standard C library for ARM around.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Jan 05
0
[LLVMdev] LLVM for ARM target
> Can you please tell me what should I do at this point? How to get the standard C library for ARM around?
The best thing is to grab some description how to build "normal" gcc
for your target and make sure all the steps described there will be
ok.
After this you can substitute normal gcc with llvm-gcc and start the
same scenario from scratch.
I believe this is the best way how the
2010 Dec 30
0
[LLVMdev] LLVM for ARM target
Hello
> -c ../../llvm-gcc-4.8/gcc/crtstuff.c -DCRT_BEGIN \
> -o crtbegin.o
> C:/MinGW/llvm/arm_objects/gcc/as: line 2: exec: -o: invalid option
You don't have cross ARM binutils installed.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University