Received: by oss.sgi.com id ; Wed, 21 Feb 2001 15:18:17 -0800 Received: from deliverator.sgi.com ([204.94.214.10]:42095 "EHLO deliverator.sgi.com") by oss.sgi.com with ESMTP id ; Wed, 21 Feb 2001 15:17:50 -0800 Received: from cchkms.engr.sgi.com (cchkms.engr.sgi.com [130.62.180.48]) by deliverator.sgi.com (980309.SGI.8.8.8-aspam-6.2/980310.SGI-aspam) via ESMTP id PAA15048 for ; Wed, 21 Feb 2001 15:16:46 -0800 (PST) mail_from (rat@cchkms.engr.sgi.com) Received: (from rat@localhost) by cchkms.engr.sgi.com (980427.SGI.8.8.8/970903.SGI.AUTOCF) id PAA16312 for pro64-support@oss.sgi.com; Wed, 21 Feb 2001 15:14:26 -0800 (PST) From: "Ross A. Towle" Message-Id: <10102211514.ZM16317@cchkms.engr.sgi.com> Date: Wed, 21 Feb 2001 15:14:24 -0800 In-Reply-To: Eduard Santamaria "bus error when running gfec and gfecc" (Feb 21, 6:51pm) References: <3A94001C.E693D8BB@ac.upc.es> X-Mailer: Z-Mail (3.2.3 08feb96 MediaMail) To: pro64-support@oss.sgi.com Subject: Re: bus error when running gfec and gfecc Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-pro64-support@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;pro64-support-outgoing Let me answer the 2nd part first. We make a distinction between HOST and TARGET. The BUILD_HOST is used to indicate the ISA (instruction set architecture) of the system where the build is taking place. The BUILD_TARGET is the ISA of the library/ phase/whatever that you are building. Right now the ISA of the compiler phases is IA-32 (which run in IA-32 compatability mode on IA-64) so for them we set BUILD_TARGET=IA32. For the runtime libraries the ISA is IA-64 so we set the BUILD_TARGET=IA64 for them. This will be changing sometime after the Pro64 0.13 release. At that point the compiler phases will have BUILD_TARGET=IA64. Now for the first part. No idea of the cause of your problems. I would suggest that you do "file" on the front end executables to see what it says. Double check to make sure you are using the IRIX ld and ar when building the frondend. Remember you are hosting the compiler on IRIX. -Ross