Displaying 6 results from an estimated 6 matches for "cczbl31y".
2010 Jun 06
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
On 2010-06-04 13:41, Sanjeev C wrote:
> I get following errors:
>
> /home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/xgcc
> -B/home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/
> -B/usr/local/armv7fl-montavista-linux-gnueabi/bin/
> -B/usr/local/armv7fl-montavista-linux-gnueabi/lib/ -isystem
> /usr/local/armv7fl-montavista-linux-gnueabi/include -isystem
>
2010 Jun 07
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
.../usr/local/armv7fl-montavista-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I.
-I../.././libmudflap -I. -Wall -ffunction-sections -fdata-sections -O2 -g
-O2 --sysroot=/home//arm_v7_vfp_le/target/ -MT mf-runtime.lo -MD -MP -MF
.deps/mf-runtime.Tpo -c ../.././libmudflap/mf-runtime.c -o mf-runtime.o
/tmp/cczBL31y.s: Assembler messages:
/tmp/cczBL31y.s:409: rdhi, rdlo and rm must all be different
/tmp/cczBL31y.s:2742: Error: offset too big
/tmp/cczBL31y.s:2743: Error: offset too big
/tmp/cczBL31y.s:2752: Error: offset too big
/tmp/cczBL31y.s:2753: Error: offset too big
/tmp/cczBL31y.s:2762: Error: offset too...
2010 Jun 04
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
I'm getting following errors while cross compiling llvm for ARM. Please help
since it is urgent and critical
My gcc version is 4.2.0, 32bit Linux and target is ARM
Configure options are:
./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu
--target=armv7fl-montavista-linux-gnueabi --enable-cross
--with-sysroot=/home//arm_v7_vfp_le/target/
2010 Jun 07
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Hello
> /tmp/cczBL31y.s:409: rdhi, rdlo and rm must all be different
This is binutils bug fixed ~2 years ago:
http://sourceware.org/ml/binutils/2007-11/msg00046.html
Make sure you're using the latest binutils for ARM (from binutils CVS)
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics...
2010 Jun 17
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...ns ; for all .cpps
llvm-ld -link-as-library *.bc target.bc // Consolidate all .bcs into one
llc target.bc -o target.s
cross-as target.s -o target.o
ar q target.a target.o
On Mon, Jun 7, 2010 at 10:18 PM, Anton Korobeynikov <anton at korobeynikov.info
> wrote:
> Hello
>
> > /tmp/cczBL31y.s:409: rdhi, rdlo and rm must all be different
> This is binutils bug fixed ~2 years ago:
> http://sourceware.org/ml/binutils/2007-11/msg00046.html
>
> Make sure you're using the latest binutils for ARM (from binutils CVS)
>
> --
> With best regards, Anton Korobeynikov
>...
2010 Jun 25
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...rget.bc // Consolidate all .bcs into one
> llc target.bc -o target.s
> cross-as target.s -o target.o
> ar q target.a target.o
>
>
> On Mon, Jun 7, 2010 at 10:18 PM, Anton Korobeynikov <
> anton at korobeynikov.info> wrote:
>
>> Hello
>>
>> > /tmp/cczBL31y.s:409: rdhi, rdlo and rm must all be different
>> This is binutils bug fixed ~2 years ago:
>> http://sourceware.org/ml/binutils/2007-11/msg00046.html
>>
>> Make sure you're using the latest binutils for ARM (from binutils CVS)
>>
>> --
>> With best rega...