home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / help / 2500 < prev    next >
Encoding:
Text File  |  1992-11-11  |  2.2 KB  |  60 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!iggy.GW.Vitalink.COM!cs.widener.edu!eff!iWarp.intel.com|ichips!sedona!tmcconne
  3. From: tmcconne@sedona.intel.com (Tom McConnell~)
  4. Subject: Re: Problems compiling gcc2.3.1. on AIX3.2/RS6000 
  5. Message-ID: <1992Nov11.201309.671@ichips.intel.com>
  6. Sender: news@ichips.intel.com (News Account)
  7. Organization: Intel Corp., Chandler, Arizona
  8. References: <1992Nov10.142724.24992@jussieu.fr> <1992Nov11.102327.60682@cc.usu.edu>
  9. Date: Wed, 11 Nov 1992 20:13:09 GMT
  10. Lines: 48
  11.  
  12. In article <1992Nov11.102327.60682@cc.usu.edu> edx@cc.usu.edu writes:
  13. >In article <1992Nov10.142724.24992@jussieu.fr>, eranian@fructidor.ibp.fr (Stephane ERANIAN) writes:
  14.  <stuff deleted>
  15. >> _muldi3
  16. >> Assembler:
  17. >> /tmp/ccQ4wCzR.s: line 33: 1252-142 Syntax error.
  18. >> make: 1254-004 The error code from the last command is 1.
  19. >> 
  20. >> Make Quitting.
  21. >> 
  22. >> What's wrong, please help !!!!!
  23. >> 
  24. >> 
  25. >> 
  26. >I saw this behavior too.  Change the Makefile to compile things without
  27. >the -g and the -g1 debugging flags.  Then it will compile ok.
  28. >
  29.  
  30.   You haven't fixed the problem, just hidden it for a while. You need to
  31. get the fixed compiler. I built gcc-2.3.1 on AIX-3.1 and AIX-3.2 out of
  32. the box.
  33.  
  34.   From the ./gcc-2.3.1/README.RS6000:
  35.  
  36.     Debugging code compiled with GCC on the RS/6000 requires that you
  37.     upgrade the AIX assembler /bin/as with a replacement that is available
  38.     from IBM.
  39.     
  40.     Any customer can order and get the replacement assembler, and install
  41.     it on one or more machines.  It is distributed both on diskette and
  42.     via VNET, for downloading via ftp.  VNET distribution may be desirable
  43.     if you have a friendly IBM rep nearby with a networked VM machine.
  44.     
  45.     In either case, to order, execute
  46.         lslpp -h bos.obj to determine your release level.  (Look on the
  47.     ACTIVE line for something like 03.01.0005.0012.) Then call IBM Support
  48.     at 800-237-5511.  Ask for emergency shipment of the rs6000 AIX fix for
  49.     APAR IX26107.
  50.  
  51.  
  52.     Cheers,
  53.  
  54.     Tom McConnell
  55. -- 
  56.  Tom McConnell          |     Internet: tmcconne@sedona.intel.com
  57.  Intel, Corp. C3-91     |     Phone: (602)-554-8229
  58.  5000 W. Chandler Blvd. | The opinions expressed are my own. No one in 
  59.  Chandler, AZ  85226    | their right mind would claim them.
  60.