home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / ada / 2531 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.7 KB

  1. Path: sparky!uunet!ogicse!usenet.coe.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!cs.utexas.edu!convex!spray
  2. From: spray@convex.com (Rob Spray)
  3. Newsgroups: comp.lang.ada
  4. Subject: Re: Ada for Small Processors
  5. Message-ID: <spray.715537475@convex.convex.com>
  6. Date: 3 Sep 92 16:24:35 GMT
  7. Article-I.D.: convex.spray.715537475
  8. References: <9209021559.AA22344@ajpo.sei.cmu.edu>
  9. Sender: usenet@convex.com (news access account)
  10. Organization: CONVEX Computer Corporation, Richardson, Tx., USA
  11. Lines: 24
  12. Nntp-Posting-Host: trojan.convex.com
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16.  
  17. In <9209021559.AA22344@ajpo.sei.cmu.edu> deatrick@SDFVAX.RC.TRW.COM ("Will Deatrick, 619-592-3535") writes:
  18.  
  19. >every hardware module.  The 8031 provides all the capability we need, but
  20. >I cannot find an Ada compiler for it or any other "small" processor.
  21.  
  22. >Have others run into this problem before?  Is the only answer an Ada
  23. >waiver, or spending money for a processor with far more power than
  24. >what is needed?
  25.  
  26. A project I am familiar with got a waiver to write a few hundred
  27. line C program for an Intel 8031.
  28.  
  29. >Someone mentioned to me that Ada was not "compatible" with the smaller
  30. >processors.  Is there some technical reason why there are no Ada compilers
  31. >for smaller processors, or is it a business decision (e.g. too small a
  32. >market).
  33.  
  34. Given the limited address space and register set of some of 
  35. these processors, a validated compiler that supports all
  36. the intricasies of generics and tasking would be very hard
  37. to produce on such a processor.
  38.  
  39. --Rob
  40. --spray@convex.com
  41.