home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!iWarp.intel.com|ichips!tmcconne
- From: tmcconne@sedona.intel.com (Tom McConnell)
- Subject: Re: Making gcc-2.2.2 on RS6000
- Message-ID: <1992Sep8.174918.15024@ichips.intel.com>
- Originator: tmcconne@sedona
- Keywords: GNU, RS6000,
- Sender: tmcconne@sedona (Tom McConnell)
- Organization: Intel Corporation
- References: <1992Sep8.154642.1998@news.uiowa.edu>
- Date: Tue, 8 Sep 1992 17:49:18 GMT
- Lines: 47
-
-
- In article <1992Sep8.154642.1998@news.uiowa.edu>, donath@herky.cs.uiowa.edu (Matt Donath) writes:
- > I get the following error when trying to make gcc. Has anyone seen this?
- > -------------
- >
- > {stuff that worked deleted}
- > for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _lshldi3 _ashldi
- > 3 _ashrdi3 _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fi
- > xdfdi _fixunssfdi _fixsfdi _varargs _eprintf _builtin_new _builtin_New _builtin_del _bb _shtab _clear_
- > cache _trampoline __main _exit; \
- > 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/ccbOcDmb.s: line 25: 1252-142 Syntax error.
- > make: 1254-004 The error code from the last command is 1.
- >
- > Make Quitting.
-
- You need the assembler patch.
-
- From ./gcc-2.2.2/README.RS6000:
-
- ... Then call IBM Support
- at 800-237-5511. Ask for emergency shipment of the rs6000 AIX fix for
- APAR IX22829. They may ask you to verify that it's a fix for ".extern
- foo conflicts with defining foo"; say yes.
-
- ... If you tell them you're running AIX version 3.2, you may be told that
- no fix is available yet. In fact the 3.15 fix works fine on version
- 3.2. Talk them into shipping it to you anyway.
-
-
- Cheers,
-
- Tom McConnell
- --
- Tom McConnell | Internet: tmcconne@sedona.intel.com
- Intel, Corp. C3-91 | Phone: (602)-554-8229
- 5000 W. Chandler Blvd. | The opinions expressed are my own. No one in
- Chandler, AZ 85226 | their right mind would claim them.
-