home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16851 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!sun-barr!ames!pacbell.com!iggy.GW.Vitalink.COM!nocsun.NOC.Vitalink.COM!wetware!ditka!eagercon!eagercon!eager
  3. From: eager@eagercon.com (Michael J. Eager)
  4. Subject: Re: Reconfigureable C-compiler for small microprocessors
  5. Message-ID: <1992Nov19.172212.14130@eagercon.com>
  6. Sender: root@eagercon.com (Operator)
  7. Reply-To: eager@eagercon.com
  8. Organization: Eager Consulting
  9. References: <92-11-090@comp.compilers>
  10. Date: Thu, 19 Nov 1992 17:22:12 GMT
  11. Lines: 15
  12.  
  13. In article 090@comp.compilers, jack@tequila.vlsi.auc.dk (Jack Bukholdt Andersen) writes:
  14. >We are looking for a C-compiler, which allows the target instruction-set
  15. >to be reconfigured. Something like GNU gcc - but for much smaller
  16. >processors.
  17.  
  18. Retargetable and reconfigurable compilers are what I would consider an
  19. advanced research project.  I have seen some for microprogramming, but the
  20. description required is extensive.  gcc is not retargetable; it is designed
  21. so that the code generator can be re-written easily, but so was pcc.
  22.  
  23. ---
  24. Michael J. Eager        Michael.Eager@eagercon.com
  25. Eager Consulting        (415) 325-8077 
  26. 1960 Park Boulevard, Palo Alto, CA 94306-1141
  27.  
  28.