gcc - C++ running on PIC32 (MIPS32) -


unfortunately, c app pic32 needs oo , can't continue doing in c.

do know mips32 c++ compiler pic32?

thanks

you might contact comeau computing; thier c++ compiler generates c code intermediate language can utilise platform's existing native c compiler c compiler available, , therefore porting new platforms relatively quick , simple.

for various reasons intermediate generation , compiler adaptation not accessible end users still need comeau generate pic32/c32 port, won't take long , amortise cost on sales other users.

however if use commeau or other c++ c translator, suffer inability use source-level debugging, , likley killer attempt use c++ sucessfully without native debugger support.

although not pretty, best bet learn how implement oo designs in c. here's whole book on subject: http://www.planetpdf.com/codecuts/pdfs/ooc.pdf


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -