Displaying 5 results from an estimated 5 matches for "_udivsi3_s".
Did you mean:
_udivdi3_s
2010 Apr 11
2
[LLVMdev] how to compile llvm-gcc whith lto support for ARM
...ak with error:
rm -f ./libgcc_eh.a
/home/kursh/arm/arm-unknown-linux-gnueabi/bin/ar rc ./libgcc_eh.a
libgcc/./unwind-arm.o libgcc/./libunwind.o libgcc/./pr-support.o
libgcc/./unwind-c.o
/home/kursh/arm/arm-unknown-linux-gnueabi/bin/ranlib ./libgcc_eh.a
/home/kursh/arm/bin/arm-ld: error: libgcc/./_udivsi3_s.o: unsupported reloc
40 against local symbol
/home/kursh/arm/bin/arm-ld: error: libgcc/./_udivsi3_s.o: unsupported reloc
40 against local symbol
/home/kursh/arm/bin/arm-ld: error: libgcc/./_udivsi3_s.o: unsupported reloc
40 against local symbol
/home/kursh/arm/bin/arm-ld: error: libgcc/./_udivsi3_s...
2010 Apr 11
0
[LLVMdev] how to compile llvm-gcc whith lto support for ARM
...ogram-prefix=arm-
> --prefix=/home/kursh/arm --enable-gold --enable-plugins
> --with-sysroot=/home/kursh/arms/sys-root
It seems you've configured binutils with gold...
> /home/kursh/arm/arm-unknown-linux-gnueabi/bin/ranlib ./libgcc_eh.a
> /home/kursh/arm/bin/arm-ld: error: libgcc/./_udivsi3_s.o: unsupported reloc
> 40 against local symbol
But gold for ARM is known to be incomplete/broken/WIP
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...sable-optimized --enable-bindings
=none --enable-llvm=$PWD/../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 configurati...
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
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 --with-sysroot=/llvm/arms/sys-root
$ make
$ make install
2. Install LLVM
Steps
$ ../llvm-src/configure