search for: dcrt_begin

Displaying 20 results from an estimated 45 matches for "dcrt_begin".

Did you mean: crtbegin
2008 Mar 30
2
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...ome/jo/llvm-gcc-src/gcc/../libcpp/include -I/home/jo/llvm-gcc-src/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer \ -c /home/jo/llvm-gcc-src/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o /tmp/ccuWW3r0.s: Assembler messages: /tmp/ccuWW3r0.s:27: Error: suffix or operands invalid for `push' /tmp/ccuWW3r0.s:37: Error: suffix or operands invalid for `call' /tmp/ccuWW3r0.s:55: Error: suffix or operands invalid for `push' /tmp/ccuWW3r0.s:65: Error: su...
2010 Dec 29
3
[LLVMdev] LLVM for ARM target
.../../libdec number -I../libdecnumber -I/MinGW/llvm/arm_objects/../llvm-2.8/include -I/MinGW/ llvm/llvm-2.8/include  -g0 -finhibit-size-directive -fno-inline-functions -fno-e xceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -Dinhibit_libc  \           -c ../../llvm-gcc-4.8/gcc/crtstuff.c -DCRT_BEGIN \           -o crtbegin.o C:/MinGW/llvm/arm_objects/gcc/as: line 2: exec: -o: invalid option exec: usage: exec [-cl] [-a name] file [redirection ...] make[3]: *** [crtbegin.o] Error 1 make[3]: Leaving directory `/MinGW/llvm/arm_objects/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving...
2008 Oct 02
1
[LLVMdev] build broken (a different way)
.../../libcpp/include -I../../gcc/../libdecnumber -I../libdecnumber -I/home/regehr/llvm/include -I/home/regehr/llvm/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer \ -c ../../gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o cc1: X86ATTAsmPrinter.cpp:543: void llvm::X86ATTAsmPrinter::printMemReference(const llvm::MachineInstr*, unsigned int, const char*): Assertion `isMem(MI, Op) && "Invalid memory reference!"' failed. ../../gcc/crtstuff.c:378: internal compiler error: Abort...
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 Jul 30
3
[LLVMdev] llvm-gcc builds on 32 bit linux broken
...ecnumber -I../libdecnumber -I/home/kooijman/src/llvm-trunk/include -I/home/kooijman/src/llvm-trunk/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer \ -c ../../llvm-gcc-4.2-trunk/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o In file included from /home/kooijman/src/llvm-gcc/obj/./gcc/include/limits.h:10, from ../../llvm-gcc-4.2-trunk/gcc/tsystem.h:108, from ../../llvm-gcc-4.2-trunk/gcc/crtstuff.c:68: /usr/include/limits.h:125:26: error: no include path in which to searc...
2010 Dec 30
0
[LLVMdev] LLVM for ARM target
Hello >           -c ../../llvm-gcc-4.8/gcc/crtstuff.c -DCRT_BEGIN \ >           -o crtbegin.o > C:/MinGW/llvm/arm_objects/gcc/as: line 2: exec: -o: invalid option You don't have cross ARM binutils installed. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2008 May 29
2
[LLVMdev] problems compiling gcc frontend: Error: bad register name `%rbp'
...cts/../llvm-objects/include -I/home/robertm/Projects/llvm/llvm-svn/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \ -c ../../llvm-gcc-svn/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o /tmp/ccW2TMKx.s: Assembler messages: /tmp/ccW2TMKx.s:15: Error: bad register name `%rbp' /tmp/ccW2TMKx.s:16: Error: bad register name `%rsp' /tmp/ccW2TMKx.s:22: Error: bad register name `%rax' /tmp/ccW2TMKx.s:23: Error: bad register name `%rax)' /tmp/ccW2TM...
2010 Jul 07
2
[LLVMdev] llvm-gcc : Did not get a target machine! Triplet is mips64el-unknown-linux-gnu
...mber -I/home/ext3/loongson/build/llvm-gcc/../llvm-2.7/include -I/home/ext3/loongson/src/llvm-2.7/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -Dinhibit_libc \ -c ../../../src/llvm-gcc-4.2-2.7.source/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o *Did not get a target machine! Triplet is mips64el-unknown-linux-gnu* make[1]: *** [crtbegin.o] Error 1 make[1]: Leaving directory `/home/ext3/loongson/build/llvm-gcc/gcc' make: *** [all-gcc] Error 2 -- Wei Wu wuwei08 at iscas.ac.cn -------------- next part -------------- A...
2008 Nov 18
1
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
...I/home/johan/llvm/obj/llvm/include -I/home/johan/llvm/src/llvm/include -m32 -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \ -c ../../../src/llvm-gcc/gcc/crtstuff.c -DCRT_BEGIN \ -o 32/crtbegin.o In file included from /usr/include/features.h: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....
2007 May 25
3
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
...de -I/home/warren/llvm/llvm-2.0/include -I/home/warren/llvm/obj//include -m32 -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -c ../../llvm-gcc4-2.0.source/gcc/crtstuff.c -DCRT_BEGIN -o 32/crtbegin.o Reading specs from /home/warren/llvm-gcc/obj/gcc/specs Target: x86_64-unknown-linux-gnu Configured with: ../llvm-gcc4-2.0.source/configure --prefix=/home/warren/llvm-gcc/obj../install --program-prefix=llvm- --enable-llvm=/home/warren/llvm/obj/ --enable-languages=c,c++ --disable-s...
2008 Mar 30
0
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
...bcpp/include > -I/home/jo/llvm-gcc-src/gcc/../libdecnumber -I../libdecnumber -g0 > -finhibit-size-directive -fno-inline-functions -fno-exceptions > -fno-zero-initialized-in-bss -fno-toplevel-reorder > -fno-omit-frame-pointer \ > -c /home/jo/llvm-gcc-src/gcc/crtstuff.c -DCRT_BEGIN \ > -o crtbegin.o > /tmp/ccuWW3r0.s: Assembler messages: > /tmp/ccuWW3r0.s:27: Error: suffix or operands invalid for `push' > /tmp/ccuWW3r0.s:37: Error: suffix or operands invalid for `call' > /tmp/ccuWW3r0.s:55: Error: suffix or operands invalid for `push'...
2008 Mar 24
0
[LLVMdev] Potential breakage in llvm-gcc's ./configure
...c/. > -I/home/jo/llvm-gcc-src/gcc/../include > -I/home/jo/llvm-gcc-src/gcc/../libcpp/include -g0 > -finhibit-size-directive -fno-inline-functions -fno-exceptions > -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer > -c /home/jo/llvm-gcc-src/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O > -o crtbeginT.o > > (slightly edited to leave out multiple blanks and line continuation > backslashes). > > The error messages are just what I had seen earlier: > > /tmp/ccVjR8Qt.s: Assembler messages: > /tmp/ccVjR8Qt.s:33: Error: suffix or operands i...
2008 Mar 24
7
[LLVMdev] Potential breakage in llvm-gcc's ./configure
...gcc -I/home/jo/llvm-gcc-src/gcc/. -I/home/jo/llvm-gcc-src/gcc/../include -I/home/jo/llvm-gcc-src/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -c /home/jo/llvm-gcc-src/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O -o crtbeginT.o (slightly edited to leave out multiple blanks and line continuation backslashes). The error messages are just what I had seen earlier: /tmp/ccVjR8Qt.s: Assembler messages: /tmp/ccVjR8Qt.s:33: Error: suffix or operands invalid for `push' /tmp/ccVjR8Qt.s:43: Error:...
2007 May 26
0
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
...nclude -I/home/warren/llvm/obj//include > -m32 -g0 -finhibit-size-directive -fno-inline-functions -fno- > exceptions > -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame- > pointer > -fno-asynchronous-unwind-tables -c > ../../llvm-gcc4-2.0.source/gcc/crtstuff.c -DCRT_BEGIN -o 32/ > crtbegin.o > Reading specs from /home/warren/llvm-gcc/obj/gcc/specs > Target: x86_64-unknown-linux-gnu > Configured with: ../llvm-gcc4-2.0.source/configure > --prefix=/home/warren/llvm-gcc/obj../install --program-prefix=llvm- > --enable-llvm=/home/warren/llvm/obj/ --en...
2008 May 29
0
[LLVMdev] problems compiling gcc frontend: Error: bad register name `%rbp'
...ude > -I/home/robertm/Projects/llvm/llvm-svn/include -g0 > -finhibit-size-directive -fno-inline-functions -fno-exceptions > -fno-zero-initialized-in-bss -fno-toplevel-reorder > -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \ > -c ../../llvm-gcc-svn/gcc/crtstuff.c -DCRT_BEGIN \ > -o crtbegin.o > /tmp/ccW2TMKx.s: Assembler messages: > /tmp/ccW2TMKx.s:15: Error: bad register name `%rbp' > /tmp/ccW2TMKx.s:16: Error: bad register name `%rsp' > /tmp/ccW2TMKx.s:22: Error: bad register name `%rax' > /tmp/ccW2TMKx.s:23: Error: bad register...
2007 May 26
1
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
...bj//include > > -m32 -g0 -finhibit-size-directive -fno-inline-functions -fno- > > exceptions > > -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame- > > pointer > > -fno-asynchronous-unwind-tables -c > > ../../llvm-gcc4-2.0.source/gcc/crtstuff.c -DCRT_BEGIN -o 32/ > > crtbegin.o > > Reading specs from /home/warren/llvm-gcc/obj/gcc/specs > > Target: x86_64-unknown-linux-gnu > > Configured with: ../llvm-gcc4-2.0.source/configure > > --prefix=/home/warren/llvm-gcc/obj../install --program-prefix=llvm- > > --enable-llv...
2008 May 29
1
[LLVMdev] problems compiling gcc frontend: Error: bad register name `%rbp'
.../robertm/Projects/llvm/llvm-svn/include -g0 >> -finhibit-size-directive -fno-inline-functions -fno-exceptions >> -fno-zero-initialized-in-bss -fno-toplevel-reorder >> -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \ >> -c ../../llvm-gcc-svn/gcc/crtstuff.c -DCRT_BEGIN \ >> -o crtbegin.o >> /tmp/ccW2TMKx.s: Assembler messages: >> /tmp/ccW2TMKx.s:15: Error: bad register name `%rbp' >> /tmp/ccW2TMKx.s:16: Error: bad register name `%rsp' >> /tmp/ccW2TMKx.s:22: Error: bad register name `%rax' >> /tmp/ccW2TMKx.s...
2008 Nov 18
0
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
...j/llvm/include -I/home/johan/llvm/src/llvm/include -m32 > -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions > -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer > -fno-asynchronous-unwind-tables \ > -c ../../../src/llvm-gcc/gcc/crtstuff.c -DCRT_BEGIN \ > -o 32/crtbegin.o > In file included from /usr/include/features.h: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/stub...
2011 Jan 05
1
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
陳韋任 wrote: > > Does your maching have directories like /lib64 and /usr/lib64? > Yes, it has /lib64 and /usr/lib64. > > > what is the size of a void pointer? > $ ./a.out > sizeof (void*) : 8 > > > Does this change if you add -m64 to the gcc command line? > No. Ok, as far as I cam tell, everything on your system is correct. I don't have any further ideas
2008 Jun 16
2
[LLVMdev] Compile llvm-gcc-4.2 on sparc-sun-solaris2.10
...de -I../../source/gcc/../libdecnumber -I../libdecnumber -I/project//cslp/llvm_sparc/obj//include -I/project//cslp/llvm_sparc/src/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fPIC \ -c ../../source/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o Couldn't allocate output reg for contraint 'r'! make[3]: *** [crtbegin.o] Error 1 make[3]: Leaving directory `/project//g/cslp/llvm_sparc/front_end/obj/gcc' make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory `/project//g/cslp/llvm_sparc/front_end/obj...