From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29188 invoked by alias); 24 Jul 2014 23:19:53 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 29005 invoked by uid 89); 24 Jul 2014 23:19:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mout.gmx.com Received: from mout.gmx.com (HELO mout.gmx.com) (74.208.4.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 24 Jul 2014 23:19:49 +0000 Received: from localhost.localdomain ([186.151.4.116]) by mail.gmx.com (mrgmxus001) with ESMTPSA (Nemesis) id 0MgcGv-1Wpsm62XrD-00O3eA for ; Fri, 25 Jul 2014 01:19:45 +0200 Date: Thu, 24 Jul 2014 23:19:00 -0000 Subject: Problem to compile gcc 4.9.1 Message-ID: <5d0090df959efa438897f3dd1546b6fc@german-desktop> MIME-Version: 1.0 (Generated by Pantomime 1.2.0) From: =?iso-8859-1?q?Germ=E1n_Arias?= To: GCC Reply-To: germanandre@gmx.es User-Agent: GNUMail (Version 1.2.1) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00101.txt.bz2 I have a directory objdir to build gcc, the to configure I run: ../gcc-4.9.1/configure --enable-languages=3Dobjc --enable-threads All OK, then "make" and I get the error: -I../../gcc-4.9.1/gcc/. -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1= /gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4= .9.1/gcc/../libdecnumber/bid -I../libdecnumber -I../../gcc-4.9.1/gcc/../lib= backtrace -o insn-recog.o -MT insn-recog.o -MMD -MP -MF ./.deps/insn-rec= og.TPo insn-recog.c /tmp/ccNhO7ry.s: Assembler messages: /tmp/ccNhO7ry.s:225716: Warning: end of file not at end of a line; newline = inserted /tmp/ccNhO7ry.s:227059: Error: number of operands mismatch for `je' /tmp/ccNhO7ry.s: Error: open CFI at the end of file; missing .cfi_endproc d= irective make[3]: *** [insn-recog.o] Error 1 make[3]: se sale del directorio =AB/home/german/Instalados/source/objgcc/gc= c=BB make[2]: *** [all-stage3-gcc] Error 2 make[2]: se sale del directorio =AB/home/german/Instalados/source/objgcc=BB make[1]: *** [stage3-bubble] Error 2 make[1]: se sale del directorio =AB/home/german/Instalados/source/objgcc=BB make: *** [all] Error 2 This is on Trisquel 6 for x86. Any advice? Thanks. Germ=E1n.