search for: ttribute__

Displaying 3 results from an estimated 3 matches for "ttribute__".

Did you mean: attribute__
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...../../llvm-gcc/gcc/gthr-posix.h:44:20: error: unistd.h: No such file or director y 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/gcc/gthr-posix.h:46: error: expected `=', `,', `;', `asm' or `__a ttribute__' before `__gthread_key_t' ../../llvm-gcc/gcc/gthr-posix.h:47: error: expected `=', `,', `;', `asm' or `__a ttribute__' before `__gthread_once_t' ../../llvm-gcc/gcc/gthr-posix.h:48: error: expected `=', `,', `;', `asm' or `__a ttribute__' before `_...
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