Re: [Statifier-general] Problems compiling statifier on Fedora 15
Tool for creating portable self-containing Linux executable
Brought to you by:
valery_reznic
From: Valery R. <val...@ya...> - 2011-07-29 07:15:37
|
Hi, Cliff. I currently don't have a F15 available. I'll try to get my hand on it soon. In the middle time - could you tell me what gcc version F15 has. And if you can get me ssh access to this box - it will speed things up (I promise to be a "good boy") Valery >________________________________ >From: Cliff Pratt <enk...@gm...> >To: sta...@li... >Sent: Wednesday, July 27, 2011 10:44 AM >Subject: [Statifier-general] Problems compiling statifier on Fedora 15 > >I'm trying to compile statifier on Fedora 15 (32 bit) and I'm getting >the errors below. I've looked in the archives and on the web but can't >find anything, though it is probably something trivial. Does anyone >have any ideas, please? > >Cheers, > >Cliff > >[cliffp@fedora15 statifier-1.7.1]$ make all >/bin/sh ./configure >make all-local-32 >ELF_CLASS=32 && mkdir --parents $ELF_CLASS && make >ELF_CLASS=$ELF_CLASS all-local-internal >gcc -c -o 32/dl-var.o -nostdinc -I/home/cliffp/statifier-1.7.1/src >-I/home/cliffp/statifier-1.7.1/src/32 -include cpus/i386/processor.h >-include ./start.S -include cpus/i386/dl-var.S ./end.S >dl-var.c: Assembler messages: >dl-var.c:12: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:13: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:15: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:16: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:18: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:19: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:21: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:22: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:24: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:94: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:95: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:97: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:98: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:100: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:101: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:103: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:104: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:106: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:107: Error: CFI instruction used without previous .cfi_startproc >dl-var.c:112: Error: CFI instruction used without previous .cfi_startproc >make[4]: *** [32/dl-var.o] Error 1 >make[3]: *** [all-local-32] Error 2 >make[2]: *** [all-local] Error 2 >make[1]: *** [all-recursive] Error 2 >make: *** [all-recursive] Error 2 > >------------------------------------------------------------------------------ >Got Input? Slashdot Needs You. >Take our quick survey online. Come on, we don't ask for help often. >Plus, you'll get a chance to win $100 to spend on ThinkGeek. >http://p.sf.net/sfu/slashdot-survey >_______________________________________________ >Statifier-general mailing list >Sta...@li... >https://lists.sourceforge.net/lists/listinfo/statifier-general > > > |