From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17900 invoked by alias); 21 May 2004 04:29:13 -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 17892 invoked from network); 21 May 2004 04:29:13 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sourceware.org with SMTP; 21 May 2004 04:29:13 -0000 Received: (qmail 30586 invoked by uid 10); 21 May 2004 04:29:12 -0000 Received: (qmail 28681 invoked by uid 500); 21 May 2004 04:29:02 -0000 From: Ian Lance Taylor To: Bart Locanthi Cc: gcc-help@gcc.gnu.org Subject: Re: unable to configure for m68k References: <40AD7974.4060907@sabl.com> Date: Fri, 21 May 2004 04:29:00 -0000 In-Reply-To: <40AD7974.4060907@sabl.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-05/txt/msg00227.txt.bz2 Bart Locanthi writes: > as: unrecognized option `-mc68020' > make[1]: *** [crtbegin.o] Error 1 > make[1]: Leaving directory `/usr/local/src/gcc-3.4.0/gcc' > make: *** [all-gcc] Error 2 > > suggestions welcome. You have to build the cross-assembler, in the binutils package, first. Use the same --prefix. There is a crossgcc FAQ around somewhere. Ian