Displaying 4 results from an estimated 4 matches for "cockx".
Did you mean:
cocky
2008 Nov 18
1
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
...:359,
from /usr/include/stdio.h:28,
from ../../../src/llvm-gcc/gcc/tsystem.h:90,
from ../../../src/llvm-gcc/gcc/crtstuff.c:68:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or
directory
On Tue, Nov 18, 2008 at 11:17 AM, Johan Cockx <johan.cockx at sikando.com>wrote:
> You're right, thanks. However, now I ran into the next problem. This
> seems to be related to the fact that I have a 64-bit machine?
>
> $ ../../src/llvm-gcc/configure --prefix=/home/johan/llvm
> --program-prefix=llvm- --enable-llv...
2008 Nov 18
0
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
On 2008-11-18 12:22, Johan Cockx wrote:
> You're right, thanks. However, now I ran into the next problem.
> This seems to be related to the fact that I have a 64-bit machine?
>
> $ ../../src/llvm-gcc/configure --prefix=/home/johan/llvm
> --program-prefix=llvm- --enable-llvm=/home/johan/
> llvm/obj/llvm -...
2008 Nov 18
5
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
llvm-gcc 2.4 doesn't seem to compile; what is wrong?
This is my first attempt to compile llvm-gcc.
The llvm core compiled without problems.
$ uname -a
Linux ygramoel 2.6.26.5-45.fc9.x86_64 #1 SMP Sat Sep 20 03:23:12 EDT 2008
x86_64 x86_64 x86_64 GNU/Linux
$ gcc -v
...
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
$ svn co
2008 Nov 18
1
[LLVMdev] llc: for the -march option: : Cannot find option named 'c'!
Is any specific configuration needed to use the -march=c option to llc? I
am getting an error:
$ llc -march=c hello.bc
llc: for the -march option: : Cannot find option named 'c'!
$ llc --version
Low Level Virtual Machine (http://llvm.org/):
llvm version 2.4
Optimized build with assertions.
I have used configure --enable-targets=host-only. I tried
--enable-targets=x86_64,c but