search for: built_in_adjust_trampolin

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

2008 Nov 18
0
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
Hi Johan, > 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? I also have a 64 bit machine but I don't see this, and I don't know what the reason could be. Hopefully someone else has a solution. Ciao, Duncan. > $ ../../src/llvm-gcc/configure --prefix=/home/johan/llvm >
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 --enable-languages=c,c++ Use --disable-multilib --Edwin
2008 Nov 18
1
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
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 --enable-languages=c,c++ ... $ gmake ... /home/johan/llvm/obj/llvm-gcc/./gcc/xgcc -B/home/johan/llvm/obj/llvm-gcc/./gcc/
2008 Nov 18
5
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
...src/llvm-gcc/gcc/../libcpp/include -I../../../src/llvm-gcc/gcc/../libdecnumber -I../libdecnumber ../../../src/llvm-gcc/gcc/tree-nested.c -o tree-nested.o ../../../src/llvm-gcc/gcc/tree-nested.c: In function 'convert_tramp_reference': ../../../src/llvm-gcc/gcc/tree-nested.c:1846: error: 'BUILT_IN_ADJUST_TRAMPOLINE' undeclared (first use in this function) ../../../src/llvm-gcc/gcc/tree-nested.c:1846: error: (Each undeclared identifier is reported only once ../../../src/llvm-gcc/gcc/tree-nested.c:1846: error: for each function it appears in.) -------------- next part -------------- An HTML attachment was...
2008 Dec 28
3
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
...-I../../src/gcc/../include -I./../ intl -I../../src/gcc/../libcpp/include -I../../src/gcc/../ libdecnumber -I../libdecnumber ../../src/gcc/tree-nested.c -o tree- nested.o ../../src/gcc/tree-nested.c: In function 'convert_tramp_reference': ../../src/gcc/tree-nested.c:1846: error: 'BUILT_IN_ADJUST_TRAMPOLINE' undeclared (first use in this function) ../../src/gcc/tree-nested.c:1846: error: (Each undeclared identifier is reported only once ../../src/gcc/tree-nested.c:1846: error: for each function it appears in.) make[2]: *** [tree-nested.o] Error 1 make[1]: *** [all-gcc] Error 2 make: *** [al...
2008 Dec 28
0
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hello, Elvis > $ ../src/configure --program-prefix=llvm- --disable-bootstrap > --enable-checking --enable-languages=c,c++ You haven't configured llvm-gcc properly. Please do read readme.llvm file. However, afair, Trident was LLVM 1.5-based, and it will require massive rewrite to use LLVM 2.x (bytecode format was also changed) -- With best regards, Anton Korobeynikov Faculty of