From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3496 invoked by alias); 27 Mar 2002 14:40:35 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 3476 invoked from network); 27 Mar 2002 14:40:33 -0000 Received: from unknown (HELO dell-paw-2.cambridge.redhat.com) (195.224.55.226) by sources.redhat.com with SMTP; 27 Mar 2002 14:40:33 -0000 Received: from north-pole.nickc.cambridge.redhat.com (host217-35-45-157.in-addr.btopenworld.com [217.35.45.157]) by dell-paw-2.cambridge.redhat.com (Postfix) with ESMTP id 13D122B531 for ; Wed, 27 Mar 2002 14:40:33 +0000 (GMT) Received: from north-pole.nickc.cambridge.redhat.com.nickc.cambridge.redhat.com (localhost [127.0.0.1]) by north-pole.nickc.cambridge.redhat.com (Postfix) with ESMTP id ED21F1C210; Wed, 27 Mar 2002 14:40:49 +0000 (GMT) To: "David Zhang" Cc: binutils@sources.redhat.com Subject: Re: problem of porting gas References: From: Nick Clifton Date: Wed, 27 Mar 2002 06:40:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-03/txt/msg00530.txt.bz2 Hi David, > surely. I had run "autoconf" and "automake" before doing "./configure" In which case are you running 'configure' from the top level of the source directory, or from inside the gas subdirectory ? If the former then you probably want to edit the "config.sub" file to add your target. If this does not help, perhaps you could send me a (small) copy of the command you are running and its output. Cheers Nick