home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!deakin.OZ.AU!cs.uow.edu.au!cc.uow.edu.au!amorton
- From: amorton@cc.uow.edu.au (andrew morton)
- Newsgroups: comp.sys.mac.programmer
- Subject: Seeking C compiler for standalone 68k
- Summary: Need a non-mac specific C compiler
- Message-ID: <1992Jul29.063036.20767@cc.uow.edu.au>
- Date: 29 Jul 92 06:30:36 GMT
- Organization: University Of Wollongong
- Lines: 26
-
- Greetings all. I am in need of a C development
- system running on the Mac which is capable of
- producing code for a standalone 68000 system.
-
- As far as I know, Think C's output is hopelessly
- dependent on the Mac environment. MPW C can
- be made to do it, but introduces problems with
- addressing global variables: a nasty kludge is
- needed to be able to place the global storage
- at a hard address.
-
- So what I need is a compiler which can do the following:
-
- * No Mac dependencies in the output code (A_traps, A5 addressing, etc)
- * Ability to link the text, initialised data and uninitialised
- data at a specific address.
- * Produces assembly source file in human-readable source
- as intermediate pass.
-
- Of course GNU gcc will do the job. Has the GNU compiler
- been ported to MPW?
-
- Please reply by email to amorton@cc.uow.edu.au and
- I will summarise in a week or so.
-
- Thanks for listening.
-