home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!gdr.bath.ac.uk!chpetk
- From: chpetk@gdr.bath.ac.uk (Toby Kelsey)
- Subject: compiling gcc-2.2.2 on a RS/6000 with AIX/3.2
- Message-ID: <9208120002.AA03644@life.ai.mit.edu>
- Followup-To: gnu.gcc.bug
- Summary: make fails with an assembler error
- Keywords: gcc aix make
- Sender: gnulists@ai.mit.edu
- Organization: School of Chemistry, University of Bath, UK
- Distribution: gnu
- Date: Wed, 12 Aug 1992 00:00:11 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 38
-
- I have tried to compile gcc-2.2.2 on a RS/6000 running AIX 3.2
- The make fails as below:
-
- [...]
- # for name in _muldi3 _divdi3 _moddi3 { ...etc }
- # do \
- # echo ${name}; \
- # ./gcc -O2 -g -B./ -g1 -I. -I. -I./config -c -DL${name} \
- # ./libgcc2.c -o ${name}.o; \
- # if [ $? -eq 0 ] ; then true; else exit 1; fi; \
- # ar rc tmplibgcc2.a ${name}.o; \
- # rm -f ${name}.o; \
- # done
- # _muldi3
- # Assembler:
- # /tmp/ccEEYDFW.s: line 25: Error In Syntax
- # The error code from the last failed command is 1.
- #
- # Make Quitting.
- # $
-
- According to lslpp the release level is 03.02.0000.0000
-
- Is the fix mentioned in README.RS6000 only required if you
- need to debug code compiled with gcc (as it says), or is it
- needed to get gcc to compile?
-
- Toby
-
- ---
- Toby Kelsey
- School of Chemistry, # JANET: chpetk@uk.ac.bath.gdr, otherwise
- University of Bath. # chpetk%gdr.bath.ac.uk@nsfnet-relay.ac.uk
- --
- Toby Kelsey
- School of Chemistry, # JANET: chpetk@uk.ac.bath.gdr, otherwise
- University of Bath. # chpetk%gdr.bath.ac.uk@nsfnet-relay.ac.uk
-
-