home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 17996 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  2.8 KB

  1. Path: sparky!uunet!airgun!se21!dad
  2. From: dad@se21.wg2.waii.com (Dennis Doussan)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Real Time C++ ?
  5. Keywords: Real-Time/C++
  6. Message-ID: <1992Dec15.100013@se21.wg2.waii.com>
  7. Date: 15 Dec 92 16:00:13 GMT
  8. Sender: news@airgun.wg.waii.com
  9. Followup-To: Real Time C++ ?
  10. Organization: Western Geophysical Expoloration Products
  11. Lines: 86
  12. Nntp-Posting-Host: se21.wg2.waii.com
  13.  
  14. Summary of the responses I have received to the following inquiry about C++ 
  15. used in embedded systems:
  16.  
  17. >|1) Is anybody developing code in C++ for an embedded system that runs VRTX?
  18. >|   If so:
  19. >|     a) what processor is he/she/it using?
  20. >|     b) which compiler  is he/she/it using?
  21. >|     c) what run-time libraries is he/she/it using?
  22. >|     d) what sort of development system is he/she/it using?
  23.  
  24. >|2) Is anybody developing code in C++ for an embedded system that runs any 
  25. >|   other real time operating system kernel? If so:
  26. >|     a) which kernel is he/she/it using?
  27. >|     b) what processor is he/she/it using?
  28. >|     c) which compiler  is he/she/it using?
  29. >|     d) what run-time libraries is he/she/it using?
  30. >|     e) what sort of development system is he/she/it using?
  31.  
  32.  
  33. See the October issue of IEEE Computer, pg. 66.
  34.  
  35. See the latest Dr. Dobb's Journal.
  36.  
  37. See American Programmer. October 91. Vol 4, no.10
  38.     "Real-Time Object-Oriented Programming Systems"
  39.     Brian M. Barry
  40.  
  41. See Barry, Brian M. "Using OOP for Realtime Programming."
  42.     Addendum to the Proceedings of OOPSLA/ECOOP'90.
  43.     Ottawa, ON, Canada. New York: ACM Press, 1991.
  44.  
  45.  
  46. VxWorks
  47. Motorola MVME-133
  48. Gcc 2.3.2
  49. libg++-2.2 ( streams only )
  50. Developed on Suns
  51.  
  52. pSOS
  53. M68030
  54. Microtek Research's C++ compiler/assembler/debugger
  55. MRI ansi compatible runtime library
  56.  
  57. Chimera Real-Time Operating System 
  58. (For details on Chimera, finger "chimera@cmu.edu".)
  59. Motorola MC680x0
  60. GNU C++ as a cross compiler
  61. We provide most of the standard libg++.
  62. Sun Workstation
  63.  
  64. // From Scott Herzinger at Wind River Systems ( scotth@wrs.com )
  65. VxWorks "wind"
  66. 680x0 and i960
  67. compiler based on cfront 3.0.1
  68. ANSI C library, USL iostreams class library for I/O.
  69. Host workstation
  70.  
  71. pSOS+
  72. 68030
  73. Apple's MPW compilers running off Macintoshim
  74. pSOS comes with an ANSI C runtime library
  75. Apple's MPW environment plus a lot of our own work.
  76.  
  77. pSOS+
  78. 68040's m167/m147
  79. Microtex complier, XRAY+ source level debugger.
  80. ISI ships a SVID c library, Booch components from Rational
  81. Sun Sparc
  82.  
  83. HP-RT
  84. HP 9000 Model 742rt (PA-RISC 7100)
  85. Standard C++ compiler on HP-UX.
  86. The same.
  87. HP-UX host development system.
  88.  
  89.  
  90.  
  91. ----------------------------------------------------------------------
  92. Dennis A. Doussan                               doussan@wg2.waii.com 
  93. Design Engineer                                 VOICE: (713) 964-6131 
  94. Western Geophysical Exploration Products        FAX:   (713) 781-2585
  95. 3600 Briarpark Drive      
  96. Houston, Texas 77042     
  97. USA 
  98.  
  99.  
  100.