ARM7 and C++, does anybody use it?
2005-03-17 by uhansen01
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2005-03-17 by uhansen01
Hallo, i could imagine to write an ARM7 application with small elements of C++. No complicated things like dynamic Linking, but ordenary Classes. I think that the GNU Compiler is able to to this, but whats about the Keil Compiler. Does anybody has experience with arm and C++? Best regards Uli
2005-03-17 by uhansen01
Hallo, i could imagine to write an ARM7 application with small elements of C++. No complicated things like dynamic Linking, but ordenary Classes. I think that the GNU Compiler is able to to this, but whats about the Keil Compiler. Does anybody has experience with arm and C++? Best regards Uli
2005-03-17 by tah2k
I have been writing my firmware in C++ for > 10 years now. Specific to Arm, I have been using the Arm compiler for 4 years with no issue. First on an Atmel part and now the 2138. The Arm architecture is very well suited for C++. --- In lpc2000@yahoogroups.com, "uhansen01" <uh@a...> wrote: > > Hallo, > > i could imagine to write an ARM7 application with small elements of > C++. No complicated things like dynamic Linking, but ordenary Classes. > > I think that the GNU Compiler is able to to this, but whats about the
> Keil Compiler. Does anybody has experience with arm and C++? > > Best regards > Uli
2005-03-17 by peterburdine
--- In lpc2000@yahoogroups.com, "uhansen01" <uh@a...> wrote: > > Hallo, > > i could imagine to write an ARM7 application with small elements of > C++. No complicated things like dynamic Linking, but ordenary Classes. > > I think that the GNU Compiler is able to to this, but whats about the > Keil Compiler. Does anybody has experience with arm and C++? > > Best regards > Uli I'm using the Keil compiler, I don't think it support C++. --Peter
2005-03-18 by Tim Wade
We have been using C++ very extensively on the ARM for a number of years now. We have mostly been using GNU but there are at least three or four other C++ compilers for the ARM (IAR/ADS/Metaware/GHS). There is also a cut down version of the C++ standard called embedded C++ or EC++ which aparently is very popular in Japan. It gives you a lot of the OO advantages of C++ but leaves a lot of the bloatware aspects out, namely templates, exceptions and RTTI. Most of the compilers (including GCC) will turn on theses features from the command line switches.
-----Original Message----- From: tah2k [mailto:tah2k@...] Sent: Friday, 18 March 2005 2:15 AM To: lpc2000@yahoogroups.com Subject: [lpc2000] Re: ARM7 and C++, does anybody use it? I have been writing my firmware in C++ for > 10 years now. Specific to Arm, I have been using the Arm compiler for 4 years with no issue. First on an Atmel part and now the 2138. The Arm architecture is very well suited for C++. --- In lpc2000@yahoogroups.com, "uhansen01" <uh@a...> wrote: > > Hallo, > > i could imagine to write an ARM7 application with small elements of > C++. No complicated things like dynamic Linking, but ordenary Classes. > > I think that the GNU Compiler is able to to this, but whats about the > Keil Compiler. Does anybody has experience with arm and C++? > > Best regards > Uli Yahoo! Groups Links -- This email is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of NAUTRONIX LTD. If you are not the intended recipient, you have received this email in error and use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you have received this email in error please contact the sender. Although our computer systems use active virus protection software, and we take various measures to reduce the risk of viruses being transmitted in e-mail messages and attachments sent from this company, we cannot guarantee that such e-mail messages and attachments are free from viruses on receipt. It is a condition of our using e-mail to correspond with you, that any and all liability on our part arising directly or indirectly out of any virus is excluded. Please ensure that you run virus checking software on all e-mail messages and attachments before reading them.
2005-03-19 by jamesasteres
We use IAR and it supports C++ very efficiently. On the ARM7 you even get template library support. James --- In lpc2000@yahoogroups.com, "uhansen01" <uh@a...> wrote: > > Hallo, > > i could imagine to write an ARM7 application with small elements of > C++. No complicated things like dynamic Linking, but ordenary Classes. > > I think that the GNU Compiler is able to to this, but whats about the
> Keil Compiler. Does anybody has experience with arm and C++? > > Best regards > Uli