home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.help
- Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!mensa!quan
- From: quan@mensa.surv.utas.edu.au (Stephen Quan)
- Subject: Re: Can't build g++ on a DG.
- Message-ID: <quan.727667656@mensa>
- Sender: news@newsroom.utas.edu.au
- Organization: University of Tasmania, Australia.
- References: <quan.726806077@sol>
- Date: Fri, 22 Jan 1993 01:54:16 GMT
- Lines: 38
-
- quan@sol.surv.utas.edu.au (Stephen Quan) writes:
-
- Hello, recently I've posted that I had problems in building GNU G++
- on a Data General AViiON (DG 46/20 running OS 5.4.2).
-
- I had our local guru have a look at it, and together we concluded
- that gcc-2.2.2 compiles ok, but gcc-2.3.2 and gcc-2.3.3 do not
- compile at all.
-
- As indicated in my last post, the following errors occured whilst
- building the initial GNU C compiler...
-
-
- About 1000 assembler errors :
-
- >as: "/var/tmp/cca003BA.s": line 24412: warning: instruction "fldcr" is
- >inconsistent with -M 88000min
- >as: "/var/tmp/cca003BA.s": line 24434: warning: instruction "fldcr" is
- >inconsistent with -M 88000min
-
-
- Stage 1 fails to build because the above step failed.
-
- >UX:mv: ERROR: Cannot access stamp-proto: No such file or directory
- >UX:mv: ERROR: Cannot access crtbegin.o: No such file or directory
- >UX:mv: ERROR: Cannot access crtend.o: No such file or directory
- >UX:mv: ERROR: Cannot access gcc-cross: No such file or directory
- >UX:mv: ERROR: Cannot access cc1plus: No such file or directory
- >UX:mv: ERROR: Cannot access cc1obj: No such file or directory
- >UX:mv: ERROR: Cannot access protoize: No such file or directory
- >UX:mv: ERROR: Cannot access unprotoize: No such file or directory
- >UX:mv: ERROR: Cannot access collect2: No such file or directory
- >*** Error code 2 (ignored)
- > rm -f stage1/libgcc.a
- > cp libgcc.a stage1
- > if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a; else true; fi
-
- Please help!!!
-