Søren > I've tried to use the -lstdc++ option, but that resulted in another > error, regarding delete(void*) Do you use for all stages esp. link g++ ? > Is it because you can't use virtual functions on ARM7 or is it an It has for sure nothing to do with the CPU. > error in the compiler or maybe my linker script? Most likely a tool-misuse or linker script. Less likely wrong configured gcc. Very unlikely a error in the compiler. -- 42Bastian Schick
Message
Re: [lpc2000] Using C++ on LPC3128
2005-04-21 by 42Bastian Schick