home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13137 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.2 KB

  1. Path: sparky!uunet!munnari.oz.au!deakin.OZ.AU!cs.uow.edu.au!cc.uow.edu.au!amorton
  2. From: amorton@cc.uow.edu.au (andrew morton)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Seeking C compiler for standalone 68k
  5. Summary: Need a non-mac specific C compiler
  6. Message-ID: <1992Jul29.063036.20767@cc.uow.edu.au>
  7. Date: 29 Jul 92 06:30:36 GMT
  8. Organization: University Of Wollongong
  9. Lines: 26
  10.  
  11. Greetings all.  I am in need of a C development
  12. system running on the Mac which is capable of
  13. producing code for a standalone 68000 system.
  14.  
  15. As far as I know, Think C's output is hopelessly
  16. dependent on the Mac environment. MPW C can
  17. be made to do it, but introduces problems with
  18. addressing global variables: a nasty kludge is
  19. needed to be able to place the global storage
  20. at a hard address.
  21.  
  22. So what I need is a compiler which can do the following:
  23.  
  24. * No Mac dependencies in the output code (A_traps, A5 addressing, etc)
  25. * Ability to link the text, initialised data and uninitialised
  26.   data at a specific address.
  27. * Produces assembly source file in human-readable source
  28.   as intermediate pass.
  29.  
  30. Of course GNU gcc will do the job.  Has the GNU compiler
  31. been ported to MPW?
  32.  
  33. Please reply by email to amorton@cc.uow.edu.au and
  34. I will summarise in a week or so.
  35.  
  36. Thanks for listening.
  37.