Displaying 4 results from an estimated 4 matches for "declarati".
Did you mean:
declaratio
2011 Jan 04
2
[LLVMdev] LLVM for ARM target
...x.h:49: error: expected `=', `,', `;', `asm' or `__a
ttribute__' before `__gthread_recursive_mutex_t'
../../llvm-gcc/gcc/gthr-posix.h:92: error: `pthread_once' undeclared here (not i
n a function)
../../llvm-gcc/gcc/gthr-posix.h:92: warning: type defaults to `int' in declarati
on of `__gthrw_pthread_once'
../../llvm-gcc/gcc/gthr-posix.h:93: error: `pthread_getspecific' undeclared here
(not in a function)
../../llvm-gcc/gcc/gthr-posix.h:93: warning: type defaults to `int' in declarati
on of `__gthrw_pthread_getspecific'
../../llvm-gcc/gcc/gthr-posix.h:94:...
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
2009 Apr 17
1
CentOS 4 dkms-ndiswrapper
...d from /usr/src/ndiswrapper-1.54-1.el4.rf/crt.c:16:
/usr/src/ndiswrapper-1.54-1.el4.rf/ntoskernel.h:649: error: field `lock' has inc
omplete type
/usr/src/ndiswrapper-1.54-1.el4.rf/ntoskernel.h: In function `raise_irql':
/usr/src/ndiswrapper-1.54-1.el4.rf/ntoskernel.h:686: warning: implicit declarati
on of function `mutex_lock'
/usr/src/ndiswrapper-1.54-1.el4.rf/ntoskernel.h: In function `lower_irql':
/usr/src/ndiswrapper-1.54-1.el4.rf/ntoskernel.h:708: warning: implicit
declaration of function `mutex_unlock'make[2]: ***
[/usr/src/ndiswrapper-1.54-1.el4.rf/crt.o] Error 1
make[1]: **...