home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!airgun!se21!dad
- From: dad@se21.wg2.waii.com (Dennis Doussan)
- Newsgroups: comp.lang.c++
- Subject: Re: Real Time C++ ?
- Keywords: Real-Time/C++
- Message-ID: <1992Dec15.100013@se21.wg2.waii.com>
- Date: 15 Dec 92 16:00:13 GMT
- Sender: news@airgun.wg.waii.com
- Followup-To: Real Time C++ ?
- Organization: Western Geophysical Expoloration Products
- Lines: 86
- Nntp-Posting-Host: se21.wg2.waii.com
-
- Summary of the responses I have received to the following inquiry about C++
- used in embedded systems:
-
- >|1) Is anybody developing code in C++ for an embedded system that runs VRTX?
- >| If so:
- >| a) what processor is he/she/it using?
- >| b) which compiler is he/she/it using?
- >| c) what run-time libraries is he/she/it using?
- >| d) what sort of development system is he/she/it using?
-
- >|2) Is anybody developing code in C++ for an embedded system that runs any
- >| other real time operating system kernel? If so:
- >| a) which kernel is he/she/it using?
- >| b) what processor is he/she/it using?
- >| c) which compiler is he/she/it using?
- >| d) what run-time libraries is he/she/it using?
- >| e) what sort of development system is he/she/it using?
-
-
- See the October issue of IEEE Computer, pg. 66.
-
- See the latest Dr. Dobb's Journal.
-
- See American Programmer. October 91. Vol 4, no.10
- "Real-Time Object-Oriented Programming Systems"
- Brian M. Barry
-
- See Barry, Brian M. "Using OOP for Realtime Programming."
- Addendum to the Proceedings of OOPSLA/ECOOP'90.
- Ottawa, ON, Canada. New York: ACM Press, 1991.
-
-
- VxWorks
- Motorola MVME-133
- Gcc 2.3.2
- libg++-2.2 ( streams only )
- Developed on Suns
-
- pSOS
- M68030
- Microtek Research's C++ compiler/assembler/debugger
- MRI ansi compatible runtime library
-
- Chimera Real-Time Operating System
- (For details on Chimera, finger "chimera@cmu.edu".)
- Motorola MC680x0
- GNU C++ as a cross compiler
- We provide most of the standard libg++.
- Sun Workstation
-
- // From Scott Herzinger at Wind River Systems ( scotth@wrs.com )
- VxWorks "wind"
- 680x0 and i960
- compiler based on cfront 3.0.1
- ANSI C library, USL iostreams class library for I/O.
- Host workstation
-
- pSOS+
- 68030
- Apple's MPW compilers running off Macintoshim
- pSOS comes with an ANSI C runtime library
- Apple's MPW environment plus a lot of our own work.
-
- pSOS+
- 68040's m167/m147
- Microtex complier, XRAY+ source level debugger.
- ISI ships a SVID c library, Booch components from Rational
- Sun Sparc
-
- HP-RT
- HP 9000 Model 742rt (PA-RISC 7100)
- Standard C++ compiler on HP-UX.
- The same.
- HP-UX host development system.
-
-
-
- ----------------------------------------------------------------------
- Dennis A. Doussan doussan@wg2.waii.com
- Design Engineer VOICE: (713) 964-6131
- Western Geophysical Exploration Products FAX: (713) 781-2585
- 3600 Briarpark Drive
- Houston, Texas 77042
- USA
-
-
-