search for: arm1026ej

Displaying 6 results from an estimated 6 matches for "arm1026ej".

Did you mean: arm1022e
2011 Jan 07
0
[LLVMdev] Can anyone please give any suggestions?
 I tried the automated scripts (create-snapshots.sh and build-install-linux.sh) that are in the LLVM repository for building crosstoll for ARM (http://llvm.org/svn/llvm-project/llvm/trunk/utils/crosstool/) but get the following error for building llvm-gcc (llvm built successfully):   'arm1026ej-s' is not a recognized processor for this target (ignoring processor) 'arm1026ej-s' is not a recognized processor for this target (ignoring processor) /tmp/llvm-project.YZQXqN/src/llvm-gcc-4.2/gcc/crtstuff.c:1: internal compiler er ror: Segmentation fault Please submit a full bug report...
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
2011 Jan 05
2
[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? 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
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
..../llvm-gcc/gcc/../include -I../../llvm-gcc/gcc/../libcpp/include -I../../llvm-g cc/gcc/../libdecnumber -I../libdecnumber -I/llvm/arm_objects/../llvm-2.8/include -I/llvm/llvm-2.8/include -fexceptions -fvisibility=hidden -DHIDE_EXPORTS -c ../ ../llvm-gcc/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o 'arm1026ej-s' is not a recognized processor for this target (ignoring processor) 'arm1026ej-s' is not a recognized processor for this target (ignoring processor) In file included from ./gthr-default.h:1, from ../../llvm-gcc/gcc/gthr.h:114, from ../../llvm-gcc/gcc/unwind-dw2.c:42: ../../llvm-gcc/gc...
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