Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Cfront, Glockenspiel, EDG front end, Cameocomputing stuff
Dear all, Back in the old days before Walter released Zortech C++, everyone was using some form of C++ -> C front end like CFront from ATT or Glockenspiel C++ (which was bought by CA and shelved). I am trying to develop firmwares on embedded systems like NEC microcontrollers, 8051-ish chips where C compilers are plenty but not C++. Does anyone in this group has some form of C++ to C translator like Glockenspiel C++ which "might" allow me to translate C++ code to C and then compile into ROM code? As this project is to be handed to others to maintain etc, it would not be nice for me to request others to have a huge learning curve to know those heavy weight cross compiler platform tools on Unix boxes, simple solutions like a C++ translator might do the job. Let me know about the costings etc etc. if the world is really that cruel, I would need to bite the bullet and do my own translation stuff (hand code). Better still - Walter make a native compiler for embedded microcontrollers... :-) Jun 17 2002
Back in the old days before Walter released Zortech C++, everyone was using some form of C++ -> C front end like CFront from ATT or Glockenspiel C++ (which was bought by CA and shelved). I am trying to develop firmwares on embedded systems like NEC microcontrollers, 8051-ish chips where C compilers are plenty but not C++. Does anyone in this group has some form of C++ to C translator like Glockenspiel C++ which "might" allow me to translate C++ code to C and then compile into ROM code? Jun 17 2002
"Jan Knepper" <jan smartsoft.cc> wrote in message news:3D0E1DF0.43F4B63 smartsoft.cc...Does anyone in this group has some form of C++ to C translator like Glockenspiel C++ which "might" allow me to translate C++ code to C and then compile into ROM code? Jun 17 2002
"KarL" <none nowhere.org> wrote in message news:aek4pa$1bdr$1 digitaldaemon.com...Does anyone in this group has some form of C++ to C translator like Glockenspiel C++ which "might" allow me to translate C++ code to C and then compile into ROM code? Jun 18 2002
"Walter" <walter digitalmars.com> wrote in message news:aenn27$2hku$2 digitaldaemon.com..."KarL" <none nowhere.org> wrote in message news:aek4pa$1bdr$1 digitaldaemon.com...Does anyone in this group has some form of C++ to C translator like Glockenspiel C++ which "might" allow me to translate C++ code to C and then compile into ROM code? Jun 18 2002
"KarL" <none nowhere.org> wrote in message news:aeojfq$dn5$1 digitaldaemon.com...That's what I had in mind but spelt it wrongly in the subject line. It's Comeau Computing that makes those front end C++ translator for most other C++ compiler maker - Greenhills, Dinkum etc etc. Thanks for the pointer - I've forgotten the spellings.... Jun 18 2002
"Walter" <walter digitalmars.com> wrote in message news:aeonir$hsl$1 digitaldaemon.com...Comeau Computing packages and sells EDG's translator. I don't think EDG sells to end users, but I think there are several commercial C++ products based on EDG's work. Jun 18 2002
|