Displaying 10 results from an estimated 10 matches for "arm_objects".
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= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages=
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
Hi,
I get the following error where the "make"(building) stops.
/MinGW/llvm/arm_objects/./gcc/xgcc -B/MinGW/llvm/arm_objects/./gcc/ -B/MinGW/llv
m/arm_objects/../install/arm-linux/bin/ -B/MinGW/llvm/arm_objects/../install/arm
-linux/lib/ -isystem /MinGW/llvm/arm_objects/../install/arm-linux/include -isyst
em /MinGW/llvm/arm_objects/../install/arm-linux/sys-include -O2 -O2 -g -O2 -DI...
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...WD/../llvm-2.8 --enable-languages=c,c++ --disable-bootstr
ap
Then I get the following error when I run make:
$ make
../../llvm-gcc/gcc/config/arm/lib1funcs.asm:93:2: error: #error Unable to determ
ine architecture.
make[3]: *** [libgcc/./_udivsi3_s.o] Error 1
make[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
I also tried the following configuration:
$ ../llvm-gcc/configure --target=arm-linux --enable...
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=arm- --prefix
> =/llvm/arm
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
...kramul 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/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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://li...
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
2011 Jan 02
1
[LLVMdev] LLVM for ARM target
In the last step after building and installing binutils 2.21 for ARM and LLVM-src, I am trying to build LLVM-GCC. However, I get the repeated system config checking promt. I used the following configuration:
I created a directory called arm_objects and then I write:
$ ../llvm-gcc-4.2/configure --target=arm-linux --program-prefix=llvm- --prefix=/llv
m/arm --enable-pic --disable-optimized --enable-bindings=none --enable-llvm=$PW
D/../llvm-src --enable-languages=c,c++ --disable-multilib --disable-bootstrap -
-with-sysroot=/llvm/arms/sys-root -...
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"
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: