While I haven't been involved in any 8051 projects for some years, my recollection is that the C compilers for the 8051 produced code that was not re-entrant due to the architectural restrictions. I should think that any C++ compiler produced with an 8051 target in mind would have to leave out most of the good features of the language.
Do you have to use an 8051? Llew Griffiths > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marko > Pavlin > Sent: Thursday, 13 February 2003 21:14 > To: Multiple recipients of list CHIPDIR-L > Subject: Re: C++ for 8051 > > > Yeah, I know C++ and 8051 is not best combination. My project involves > ADuC8xx from Analog Devices and IEEE1451.X compliant end-product. > I thought > C++ would be best option for IEEE1451 TEDS coding requirements. Anyway > implenting IEEE1451 in C++ is less pain. > > Thanks, > Marko > > ----- Original Message ----- > To: "Multiple recipients of list CHIPDIR-L" <[EMAIL PROTECTED]> > Sent: Thursday, February 13, 2003 10:23 > > > > C++ is not particularly suited to the 8051 architecture but, incredibly > yes, > > someone has produced a C++ compiler for the 8051. Personally I would not > > consider using a C++ compiler for a processor like the 8051 and I can't > > remember the name of the company that produced it. > > > > Try a google search. > > > > Regards, > > > > Llew Griffiths > > > > > > England 1, Australia 3 - it was a very kewell day > > > > ________________________________ > > Llewellyn Griffiths > > Llew Griffiths & Associates Pty Limited > > Embedded Controller Design Consultants > > Melbourne, Australia > > http://www.llga.com.au > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marko > > > Pavlin > > > Sent: Thursday, 13 February 2003 19:39 > > > To: Multiple recipients of list CHIPDIR-L > > > Subject: C++ for 8051 > > > > > > > > > Is there any C++ for 8051 available? > > > > > > Tnx > > > M. > > > > > > -- > > > Author: Marko Pavlin > > > INET: [EMAIL PROTECTED] > > > > > > Fat City Network Services -- 858-538-5051 http://www.fatcity.com > > > San Diego, California -- Mailing list and web hosting services > > > --------------------------------------------------------------------- > > > To REMOVE yourself from this mailing list, send an E-Mail message > > > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in > > > the message BODY, include a line containing: UNSUB CHIPDIR-L > > > (or the name of mailing list you want to be removed from). You may > > > also send the HELP command for other information (like subscribing). > > > > > > > > > > -- > > Author: Llewellyn Griffiths > > INET: [EMAIL PROTECTED] > > > > Fat City Network Services -- 858-538-5051 http://www.fatcity.com > > San Diego, California -- Mailing list and web hosting services > > --------------------------------------------------------------------- > > To REMOVE yourself from this mailing list, send an E-Mail message > > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in > > the message BODY, include a line containing: UNSUB CHIPDIR-L > > (or the name of mailing list you want to be removed from). You may > > also send the HELP command for other information (like subscribing). > > > > > > -- > Author: Marko Pavlin > INET: [EMAIL PROTECTED] > > Fat City Network Services -- 858-538-5051 http://www.fatcity.com > San Diego, California -- Mailing list and web hosting services > --------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB CHIPDIR-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). > > -- Author: Llewellyn Griffiths INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB CHIPDIR-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
