home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / help / 2859 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.8 KB  |  48 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!timbuk.cray.com!walter.cray.com!twopegman!aaw
  3. From: aaw@cray.com (Andy Wolff)
  4. Subject: Re: gcc on Motorola Delta box ca. 1985
  5. Message-ID: <1993Jan5.124910.24577@walter.cray.com>
  6. Lines: 35
  7. Nntp-Posting-Host: twopegman.cray.com
  8. Reply-To: aaw@cray.com
  9. Organization: Cray Research, Inc.
  10. References: <C0CHrq.HMM@world.std.com>
  11. Date: 5 Jan 93 12:49:09 CST
  12.  
  13. In article HMM@world.std.com, moshier@world.std.com (Stephen L Moshier) writes:
  14. >
  15. >
  16. >
  17. >  For several years I've been trying off and on to get gcc running on an
  18. >old Motorola Delta box.  The unix system identifies itself as System
  19. >V/68 M68020 R2V2.2, copyright 1985.
  20. >
  21. >  By supplying a minimal config.h, I can get cccp to compile with some
  22. >complaints about enums.  The unix compiler supports structure
  23. >assignments, but apparently not reentrantly in subroutine returns. 
  24. >cccp crashes with a core dump almost immediately.
  25. >
  26. >  Has anyone succeeded porting to this system, and if so what is the
  27. >trick?
  28. >
  29. >  Thanks,
  30. >
  31. >  Steve Moshier
  32. >  moshier@world.std.com
  33.  
  34.  
  35. Wow! I thought we were the only ones in the world with Motorola Delta boxes of that
  36. vintage. I have managed to get gcc built on one of those boxes; however we're running
  37. a much newer release of the OS (R3V6.2). I had previously tried to build it on a system
  38. running R3V5 but couldn't get it to work. It took on the order of 4-6 HOURS to compile
  39. one of the first parts of the system and eventually blew up because of some HUGE macro 
  40. expansion in the code, as I remember. If you have the option, I would suggest trying
  41. to obtain a software upgrade - there are so many fixes and changes (including 
  42. addition of networking and X-windows support), not to mention C compiler bug fixes,
  43. since R2V2 that I wouldn't attempt to build it there.
  44.  
  45. Andy Wolff
  46. aaw@cray.com
  47.  
  48.