From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10527 invoked by alias); 2 Aug 2005 17:27:58 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 10519 invoked by uid 22791); 2 Aug 2005 17:27:56 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Tue, 02 Aug 2005 17:27:56 +0000 Received: (qmail 8896 invoked by uid 10); 2 Aug 2005 17:27:54 -0000 Received: (qmail 28975 invoked by uid 500); 2 Aug 2005 17:27:47 -0000 Mail-Followup-To: gcc-help@gcc.gnu.org, danchisi@yahoo.it To: Davide Anchisi Cc: gcc-help@gcc.gnu.org Subject: Re: Help gcc4 on GNU/Linux AMD64: Error: suffix or operands invalid References: <20050802081905.4629.qmail@web25608.mail.ukl.yahoo.com> From: Ian Lance Taylor Date: Tue, 02 Aug 2005 17:27:00 -0000 In-Reply-To: <20050802081905.4629.qmail@web25608.mail.ukl.yahoo.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-08/txt/msg00047.txt.bz2 Davide Anchisi writes: > /tmp/ccO4bk3Z.s: Assembler messages: > /tmp/ccO4bk3Z.s:24: Error: suffix or operands invalid > for `pop' > /tmp/ccO4bk3Z.s:27: Error: suffix or operands invalid > for `push' > /tmp/ccO4bk3Z.s:30: Error: suffix or operands invalid > for `pop' > make[1]: *** [cpu_accel.lo] Error 1 > make[1]: Leaving directory > `/usr/local/src/afni_src/mpegtoppm_dir/libmpeg2' > make: *** [all-recursive] Error 1 > > I am compiling on a debian GNU/Linux AMD64 machine, > using gcc4.0.0 and make3.80. Maybe you need a newer version of the binutils? Ian