search for: __gthrw_pthread_cancel

Displaying 4 results from an estimated 4 matches for "__gthrw_pthread_cancel".

2008 Nov 07
2
[LLVMdev] CBE errors
...c -o main.bc main.cpp $ llc -f -march=c main.bc $ gcc -c main.cbe.c main.cbe.c:223: warning: conflicting types for built-in function ‘malloc’ main.cbe.c: In function ‘main’: main.cbe.c:254: warning: return type of ‘main’ is not ‘int’ main.cbe.c: In function ‘__tcf_0’: main.cbe.c:286: error: ‘_ZL22__gthrw_pthread_cancelm’ undeclared (first use in this function) main.cbe.c:286: error: (Each undeclared identifier is reported only once main.cbe.c:286: error: for each function it appears in.) Here are the relevant lines from main.cbe.c. Notice that "pthread_cancel" is declared as a weak external symbo...
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...cc/gcc/gthr-posix.h:95: warning: type defaults to `int' in declarati on of `__gthrw_pthread_create' ../../llvm-gcc/gcc/gthr-posix.h:96: error: `pthread_cancel' undeclared here (not in a function) ../../llvm-gcc/gcc/gthr-posix.h:96: warning: type defaults to `int' in declarati on of `__gthrw_pthread_cancel' ../../llvm-gcc/gcc/gthr-posix.h:97: error: `pthread_mutex_lock' undeclared here (not in a function) ../../llvm-gcc/gcc/gthr-posix.h:97: warning: type defaults to `int' in declarati on of `__gthrw_pthread_mutex_lock' ../../llvm-gcc/gcc/gthr-posix.h:98: error: `pthread_mutex_trylock&...
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