From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from baldric (baldric.uwo.ca [129.100.10.225]) by dsl2.external.hp.com (Postfix) with ESMTP id 528D8482D for ; Wed, 16 Jul 2003 11:13:39 -0600 (MDT) Date: Wed, 16 Jul 2003 13:12:19 -0400 From: Carlos O'Donell To: John David Anglin Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] gcc 3.3 release x86->hppa64 failure? Message-ID: <20030716171219.GC27716@systemhalted> References: <20030716041435.GE5715@systemhalted> <200307160630.h6G6UCKq013487@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200307160630.h6G6UCKq013487@hiauly1.hia.nrc.ca> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > > Has anyone recently tried to bootstrap an x86->hppa64 cross-compiler? > > I'm going with cvs binutils, cvs gcc -rgcc_3_3_release. > > > > 'make boostrap' > > 'make bootstrap'? There is no way stage2 can work in a cross. Erm. My mistake. I inadvertantly used 'make boostrap' in my build script. Obviously not thinking since stage2 would not be able to build a stage3 since it can't run the executable it builds. c.