Path: utzoo!telly!attcan!uunet!lll-winken!csd4.milw.wisc.edu!indri!eta!nic.MR.NET!umn-cs!zuhn From: zuhn@umn-cs.CS.UMN.EDU (David D "Zoo" Zuhn) Newsgroups: gnu.gcc Subject: help with gcc on a hp9000/320 Message-ID: <12087@umn-cs.CS.UMN.EDU> Date: 14 Apr 89 16:56:11 GMT Reply-To: zuhn@umn-cs.cs.umn.edu (David D "Zoo" Zuhn) Organization: CSci Dept., University of Minnesota, Mpls. Lines: 24 Setup: HP9000/320 with 68881, HP-UX 6.2, GCC 1.34, HP as & ld Compiling the stage 2 compiler with the stage 1 (which was compiled correctly [or at least w/o errors]), I get an assembler error on a file which does not exist. Script following. How does one get the stage2 compiler built... I've had no luck on three systems now. Dave Zuhn zuhn@umn-cs.cs.umn.edu Script started on Fri Apr 14 11:48:34 1989 zuhn at donald% make CC=stage1/gcc CFLAGS="-O -Bstage1/" stage1/gcc -O -Bstage1/ -c -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" gcc.c as error: "/tmp/cca05393.s" line 1: invalid instruction mnemonic (gcc_compiled) as error: "/tmp/cca05393.s" line 1: syntax error *** Error code 1 Stop. zuhn at donald% ls -l /tmp/cca05393.s /tmp/cca05393.s not found zuhn at donald% ls /tmp/*.s No match. zuhn at donald% exit script done on Fri Apr 14 11:51:51 1989