Displaying 4 results from an estimated 4 matches for "ccm99neh".
2010 Jan 17
1
[LLVMdev] LLVM-gcc for ARM
...39;.
Then
.../llvm-gcc4.2-2.6.source/configure --prefix=`pwd`/../install --program-prefix=llvm- --enable-llvm=/home/LLVM/llvm-2.6/ --enable-languages=c,c++ --with-gnu-ld=/home/arm/bin/arm-elf-ld
--with-gnu-as=/home/arm/bin/arm-elf-as
--target=arm-elf
Then the following errors appeared:
/tmp/ccm99Neh.s: Assembler messages:
/tmp/ccm99Neh.s:96: Error: selected processor does not support `sxtb r5,r5'
/tmp/ccm99Neh.s:537: Error: selected processor does not support `sxtb r6,r6'
/tmp/ccm99Neh.s:705: Error: selected processor does not support `sxtb r1,r1'
/tmp/ccm99Neh.s:711: Error: select...
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu
Date: Saturday, January 16, 2010, 6:09 PM
Hello
> /tmp/ccm99Neh.s:711: Error: selected
processor does not support `sxtb r1,r1'
> make[3]: *** [libgcc/thumb/unwind-dw2-fde.o] Error 1
>
> Any ideas?
Yes. LLVM defaults to ARMv5 in codegeneration and does not support
ARMv4. Without any extra option arm-elf-as assumes ARMv4 and thus
gives you these err...
2010 Jan 17
0
[LLVMdev] LLVM-gcc for ARM
...Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu
Date: Saturday, January 16, 2010, 6:09 PM
Hello
> /tmp/ccm99Neh.s:711: Error: selected
processor does not support `sxtb r1,r1'
> make[3]: *** [libgcc/thumb/unwind-dw2-fde.o] Error 1
>
> Any ideas?
Yes. LLVM defaults to ARMv5 in codegeneration and does not support
ARMv4. Without any extra option arm-elf-as assumes ARMv4 and thus
gives you these err...
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...Korobeynikov <anton at korobeynikov.info> wrote:
From: Anton Korobeynikov <anton at korobeynikov.info>
Subject: Re: [LLVMdev] LLVM-gcc for ARM
To: "corina s" <corina_fff at yahoo.com>
Cc: llvmdev at cs.uiuc.edu
Date: Saturday, January 16, 2010, 6:09 PM
Hello
> /tmp/ccm99Neh.s:711: Error: selected
processor does not support `sxtb r1,r1'
> make[3]: *** [libgcc/thumb/unwind-dw2-fde.o] Error 1
>
> Any ideas?
Yes. LLVM defaults to ARMv5 in codegeneration and does not support
ARMv4. Without any extra option arm-elf-as assumes ARMv4 and thus
gives you these err...