From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3819 invoked by alias); 22 Oct 2003 19:37:19 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3812 invoked by uid 48); 22 Oct 2003 19:37:18 -0000 Date: Wed, 22 Oct 2003 19:54:00 -0000 From: "caw at gasnaturalban dot com dot ar" To: gcc-bugs@gcc.gnu.org Message-ID: <20031022193714.12732.caw@gasnaturalban.com.ar> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/12732] New: gengenrtl: cannot execute binary file X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg01938.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12732 Summary: gengenrtl: cannot execute binary file Product: gcc Version: 3.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: caw at gasnaturalban dot com dot ar CC: gcc-bugs at gcc dot gnu dot org I'm upgrading GCC from 'gcc version 2.95.2 19991024 (release)' to gcc 3.3 on an IBM Mainframe (S/390). I 'make bootstrap-lean' and I got the following message: Bootstrapping the compiler make[1]: Entering directory `/mnt/dasdc/gcc-3.3-obj/gcc' make CC="gcc" libdir=/usr/local/lib LANGUAGES="c " \ CFLAGS="-g " MAKEINFO="/mnt/dasdc/gcc-3.3/missing makeinfo --no-split" \ MAKEINFOFLAGS="" COVERAGE_FLAGS= make[2]: Entering directory `/mnt/dasdc/gcc-3.3-obj/gcc' ./gengenrtl -h > tmp-genrtl.h /bin/sh: ./gengenrtl: cannot execute binary file make[2]: *** [s-genrtl] Error 126 make[2]: Leaving directory `/mnt/dasdc/gcc-3.3-obj/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/mnt/dasdc/gcc-3.3-obj/gcc' make: *** [bootstrap-lean] Error 2 I have binutils 2.13.2.1 and glibc 2.2.5. Could You help me, please? Thanks in advance Claudio