This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Problem Building 32-bit gcc native compiler
- From: "Bell, Timothy" <timothy dot bell at intergraph dot com>
- To: Rupert Wood <me at rupey dot net>
- Cc: eljay at adobe dot com, gcc-help at gcc dot gnu dot org
- Date: Wed, 20 Jul 2005 08:20:11 -0500
- Subject: RE: Problem Building 32-bit gcc native compiler
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.