From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30087 invoked by alias); 20 Jul 2005 13:20:24 -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 30057 invoked by uid 22791); 20 Jul 2005 13:20:14 -0000 Received: from ckpnt05a.intergraph.com (HELO HQ14.ingr-corp.com) (63.75.137.244) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 20 Jul 2005 13:20:13 +0000 Received: by hq14old.ingr-corp.com with Internet Mail Service (5.5.2656.59) id ; Wed, 20 Jul 2005 08:20:12 -0500 Message-ID: <697750C28DC0474ABF279ECB3979E3730C01D5CE@hq4.pcmail.ingr.com> From: "Bell, Timothy" To: Rupert Wood Cc: eljay@adobe.com, gcc-help@gcc.gnu.org Subject: RE: Problem Building 32-bit gcc native compiler Date: Wed, 20 Jul 2005 13:20:00 -0000 X-SW-Source: 2005-07/txt/msg00193.txt.bz2 Yes. I'm using the native HP-UX assembler. I've downloaded the GNU Make version 3.80. However, I did not download a GNU assembler. Should I be using a GNU Assembler? Thanks, Tim Timothy Bell Senior Information Systems Consultant, Solutions Group Intergraph Corporation (NASDAQ:INGR) 170 Graphics Drive, Madison, AL 35758 P 1.256.730.1531 F 1.256.730.1350 timothy.bell@intergraph.com; www.intergraph.com -----Original Message----- From: Rupert Wood [mailto:me@rupey.net] Sent: Wednesday, July 20, 2005 8:08 AM To: Bell, Timothy; gcc-help@gcc.gnu.org Subject: RE: Problem Building 32-bit gcc native compiler Timothy Bell wrote: > I have plenty of space. The make bootstrap results in the same > "differs" errors. I'm trying to compile 3.3.3. Are you using the native HP-UX assembler? IIRC it embeds a timestamp in the object files it builds so you'll always see a mismatch. (I'd a feeling there was some script magic to work around this in more recent GCCs but maybe I'm mistaken?) The target specific notes page has more: http://gcc.gnu.org/install/specific.html#hppa-hp-hpux11 Finally, 'make bootstrap' fails in the final comparison of object modules due to the time stamps that it inserts into the modules. The bootstrap can be continued from this point with 'make all'. Rup.