From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13193 invoked by alias); 6 Dec 2001 15:44:20 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 13072 invoked from network); 6 Dec 2001 15:43:46 -0000 Received: from unknown (HELO datatekcorp.com) (208.37.68.35) by sources.redhat.com with SMTP; 6 Dec 2001 15:43:46 -0000 Received: from datatekcorp.com (w036.z208037068.nyc-ny.dsl.cnc.net [208.37.68.36]) by datatekcorp.com (8.9.1b+Sun/8.9.1) with ESMTP id KAA09325 for ; Thu, 6 Dec 2001 10:44:00 -0500 (EST) Message-ID: <3C0FC0D0.43F6D723@datatekcorp.com> Date: Thu, 06 Dec 2001 09:20:00 -0000 From: Angel Gomez Reply-To: angel@datatekcorp.com X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: gcc@gcc.gnu.org Subject: Build Error on 3.0 Content-Type: multipart/mixed; boundary="------------F9C551002406B20A97C51C9C" X-SW-Source: 2001-12/txt/msg00285.txt.bz2 This is a multi-part message in MIME format. --------------F9C551002406B20A97C51C9C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-length: 290 Folks, I am getting the attached build error when I try to build GCC on Redhat 7.0 (with GCC native compiler), Redhat 6.0 (ditto), and Solaris (also GCC). The build script claims the cross-compiler doesn't work. The target is arm-coff. Do you have any clues? Thank You, Angel Gomez --------------F9C551002406B20A97C51C9C Content-Type: text/plain; charset=us-ascii; name="arm_build_error.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="arm_build_error.txt" Content-length: 565 checking for fcntl.h... yes checking for sys/wait.h that is POSIX.1 compatible... no checking whether time.h and sys/time.h may both be included... no checking whether errno must be declared... yes checking whether the C compiler (/home/angel/armgcc/gcc/xgcc -B/home/angel/armgcc/gcc/ -B/usr/local/arm-coff/bin/ -B/usr/local/arm-coff/lib/ -isystem /usr/local/arm-coff/include -g -O2 ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. make: *** [configure-target-libiberty] Error 1 [angel@Paradise armgcc]$ --------------F9C551002406B20A97C51C9C--